diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-01 01:13:37 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-01 01:13:37 +0200 | 
| commit | 152a3cbd8f2ff8fbf7b0739adf0624ce430a9ee3 (patch) | |
| tree | d964475154ee087d7cd7a493313fe955f33e2b8c /src | |
| parent | c97ce94e9319a57200bbcf7acf8e965395985e42 (diff) | |
Start security manager early to catch all HCI events
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
