summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-12-01 01:13:37 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-01 01:13:37 +0200
commit152a3cbd8f2ff8fbf7b0739adf0624ce430a9ee3 (patch)
treed964475154ee087d7cd7a493313fe955f33e2b8c /src/main.c
parentc97ce94e9319a57200bbcf7acf8e965395985e42 (diff)
Start security manager early to catch all HCI events
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2b41e6b9..46d5568d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -483,8 +483,8 @@ static void device_devup_setup(int dev_id)
{
configure_device(dev_id);
- manager_start_adapter(dev_id);
start_security_manager(dev_id);
+ manager_start_adapter(dev_id);
}
static void init_all_devices(int ctl)