diff options
author | Martin Willi <martin@revosec.ch> | 2012-07-06 14:05:49 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-07-16 14:53:37 +0200 |
commit | 71c41410fc0b3c9022f1fe59f7b988363b84abea (patch) | |
tree | 63cb96c6ca7ce9eb7eb8e208de49e8e31b2b638d /src/conftest/conftest.c | |
parent | a6733d8e85df135b3ff8fee346971290470350b3 (diff) | |
download | strongswan-71c41410fc0b3c9022f1fe59f7b988363b84abea.tar.bz2 strongswan-71c41410fc0b3c9022f1fe59f7b988363b84abea.tar.xz |
Initialize conftest with the same plugins as charon
Diffstat (limited to 'src/conftest/conftest.c')
-rw-r--r-- | src/conftest/conftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/conftest.c b/src/conftest/conftest.c index 612397237..00decdd4b 100644 --- a/src/conftest/conftest.c +++ b/src/conftest/conftest.c @@ -488,7 +488,7 @@ int main(int argc, char *argv[]) { return 1; } - if (!charon->initialize(charon)) + if (!charon->initialize(charon, PLUGINS)) { return 1; } |