diff options
Diffstat (limited to 'src/openac/openac.c')
-rw-r--r-- | 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 1996025e2..8862e9ab0 100644 --- a/src/openac/openac.c +++ b/src/openac/openac.c @@ -229,7 +229,7 @@ int main(int argc, char **argv) /* initialize library */ atexit(library_deinit); - if (!library_init(NULL)) + if (!library_init(NULL, "openac")) { exit(SS_RC_LIBSTRONGSWAN_INTEGRITY); } |