diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 42acd71..0abab9c 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
DBusMessage *msg;
DBusPendingCall *pcall;
GIOChannel *io;
- guint watch;
const char *paddr = pending->address;
const char *path;
DBusError derr;
/* Catches errors before authorization response comes */
io = g_io_channel_unix_new(pending->nsk);
- watch = g_io_add_watch_full(io, G_PRIORITY_DEFAULT,
+ g_io_add_watch_full(io, G_PRIORITY_DEFAULT,
G_IO_HUP | G_IO_ERR | G_IO_NVAL,
service_error, NULL, NULL);
g_io_channel_unref(io);