summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 1653ba75..fe0fa404 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -212,7 +212,7 @@ int main(int argc, char *argv[])
exit(1);
}
- if (start_sdp_server(0, SDP_SERVER_COMPAT) < 0) {
+ if (start_sdp_server(0, NULL, SDP_SERVER_COMPAT) < 0) {
cleanup_dbus();
g_main_loop_unref(main_loop);
exit(1);