summaryrefslogtreecommitdiffstats
path: root/network/manager.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-09-28 13:30:48 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-09-28 13:30:48 +0000
commit54943abd65058d7c24fbf9384759181c16913a96 (patch)
tree1a15484532ef237cf2d5aa55c2ca3756ef3c3235 /network/manager.c
parent684fe2781c46ccfb30a4e653fad126286bddcdcb (diff)
Add secure link 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)