summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-05 17:38:21 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-05 17:38:21 +0200
commit2039a0951a418b5f734600a4aed6fbfb038701da (patch)
tree3954bb6077ff0ecb3233eb8e50478b648bfdebd1
parentf9c392c96afcb7426a534447d5571b618f39b2b2 (diff)
downloadobexd-2039a0951a418b5f734600a4aed6fbfb038701da.tar.gz
Initialize services bit mask to 0
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 07dad2d..9cdb20f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -139,7 +139,7 @@ int main(int argc, char *argv[])
GOptionContext *context;
GError *err = NULL;
struct sigaction sa;
- int log_option = LOG_NDELAY | LOG_PID, services;
+ int log_option = LOG_NDELAY | LOG_PID, services = 0;
#ifdef NEED_THREADS
if (g_thread_supported() == FALSE)