diff options
Diffstat (limited to 'src/pluto/plutomain.c')
-rw-r--r-- | src/pluto/plutomain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index 18ff7c987..e03f76b79 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -239,6 +239,7 @@ main(int argc, char **argv) cap_t caps; int keep[] = { CAP_NET_ADMIN, CAP_NET_BIND_SERVICE }; #endif /* CAPABILITIES */ + library_init(STRONGSWAN_CONF); /* handle arguments */ |