summaryrefslogtreecommitdiffstats
path: root/network/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'network/manager.c')
-rw-r--r--network/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/manager.c b/network/manager.c
index b5b4f0a8..053e03bb 100644
--- a/network/manager.c
+++ b/network/manager.c
@@ -939,7 +939,7 @@ int network_init(DBusConnection *conn, struct network_conf *service_conf)
* (setup connection request) contains the destination service
* field that defines which service the source is connecting to.
*/
- if (server_init(conn, conf->iface_prefix) < 0)
+ if (server_init(conn, conf->iface_prefix, conf->security) < 0)
return -1;
if (connection_init(conn, conf->iface_prefix) < 0)