Diff between 87b420b82b2373446c5f45d73842c54e710a4909 and 649cd5a7c52629d2a5716a9bbd459e3b57326d1d
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/main.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/src/main.c b/obexd/src/main.c
index 07dad2d..9cdb20f 100644
--- a/obexd/src/main.c
+++ b/obexd/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)