mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
main: initialize erp
This commit is contained in:
parent
d938d362b2
commit
7f502ff16f
@ -46,6 +46,7 @@
|
||||
#include "src/adhoc.h"
|
||||
#include "src/blacklist.h"
|
||||
#include "src/storage.h"
|
||||
#include "src/erp.h"
|
||||
|
||||
#include "src/backtrace.h"
|
||||
|
||||
@ -509,9 +510,11 @@ int main(int argc, char *argv[])
|
||||
sim_auth_init();
|
||||
plugin_init(plugins, noplugins);
|
||||
blacklist_init();
|
||||
erp_init();
|
||||
|
||||
exit_status = l_main_run_with_signal(signal_handler, NULL);
|
||||
|
||||
erp_exit();
|
||||
blacklist_exit();
|
||||
plugin_exit();
|
||||
sim_auth_exit();
|
||||
|
Loading…
Reference in New Issue
Block a user