summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-25 12:36:12 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-25 12:36:12 +0000
commit506d39ae95996e9d32e875ae3fa19311168f1249 (patch)
treec2d63fa96eec71bdf9d61fd5892d93fb361c4621 /network
parent3286581f8afecebbdae8a9f9ae96fefda8c611a8 (diff)
Use service name in error namespace.
Diffstat (limited to 'network')
-rw-r--r--network/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/error.c b/network/error.c
index f011c496..8fcccd32 100644
--- a/network/error.c
+++ b/network/error.c
@@ -27,7 +27,7 @@
#include "error.h"
-#define NETWORK_ERROR_INTERFACE "org.bluez.Error"
+#define NETWORK_ERROR_INTERFACE "org.bluez.network.Error"
DBusHandlerResult err_unknown_connection(DBusConnection *conn,
DBusMessage *msg)