diff options
Diffstat (limited to 'src/openac/openac.c')
-rwxr-xr-x | src/openac/openac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openac/openac.c b/src/openac/openac.c index b79f4cdc0..b16b53b0b 100755 --- a/src/openac/openac.c +++ b/src/openac/openac.c @@ -267,7 +267,7 @@ int main(int argc, char **argv) openlog("openac", 0, LOG_AUTHPRIV); /* initialize library */ - library_init(IPSEC_DIR "/strongswan.conf"); + library_init(STRONGSWAN_CONF); lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, "libstrongswan-"); /* initialize optionsfrom */ |