From 00a4f42d8f57683489c2bfa2434d813ea33d6bd2 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 26 Mar 2008 18:17:26 +0000 Subject: network: Add/Remove records directly instead of use D-Bus messages --- hcid/main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hcid') diff --git a/hcid/main.c b/hcid/main.c index 63bf0a2c..99d2bd5d 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -900,12 +900,6 @@ int main(int argc, char *argv[]) exit(1); } - /* Loading plugins has to be done after D-Bus has been setup since - * the plugins might wanna expose some paths on the bus. However the - * best order of how to init various subsystems of the Bluetooth - * daemon needs to be re-worked. */ - plugin_init(); - init_security_data(); /* Create event loop */ @@ -929,6 +923,12 @@ int main(int argc, char *argv[]) notify_init(); + /* Loading plugins has to be done after D-Bus has been setup since + * the plugins might wanna expose some paths on the bus. However the + * best order of how to init various subsystems of the Bluetooth + * daemon needs to be re-worked. */ + plugin_init(); + init_services(CONFIGDIR); /* Start event processor */ -- cgit