summaryrefslogtreecommitdiffstats
path: root/gdbus/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdbus/watch.c')
-rw-r--r--gdbus/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbus/watch.c b/gdbus/watch.c
index 1e66f542..b451cb00 100644
--- a/gdbus/watch.c
+++ b/gdbus/watch.c
@@ -37,7 +37,7 @@
#define error(fmt...)
#define debug(fmt...)
-static guint listener_id = 1;
+static guint listener_id = 0;
static GSList *name_listeners = NULL;
struct name_callback {