aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/keyid2sql.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-08 19:48:34 +0200
committerMartin Willi <martin@strongswan.org>2009-09-10 18:52:42 +0200
commit5b03a350fc7093aa6984dfcafede98fbb62809eb (patch)
tree0f0ae851da9a7b454913710da1b068afe538f97a /scripts/keyid2sql.c
parent6de28173f08e9ab0707698cb97ec54132b03cfd1 (diff)
downloadstrongswan-5b03a350fc7093aa6984dfcafede98fbb62809eb.tar.bz2
strongswan-5b03a350fc7093aa6984dfcafede98fbb62809eb.tar.xz
use NULL to load plugins from default plugin directory
Diffstat (limited to 'scripts/keyid2sql.c')
-rw-r--r--scripts/keyid2sql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/keyid2sql.c b/scripts/keyid2sql.c
index bf952170d..2d17c273d 100644
--- a/scripts/keyid2sql.c
+++ b/scripts/keyid2sql.c
@@ -17,7 +17,7 @@ int main(int argc, char *argv[])
int read, n;
library_init(NULL);
- lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, PLUGINS);
+ lib->plugins->load(lib->plugins, NULL, PLUGINS);
atexit(library_deinit);
read = fread(buf, 1, sizeof(buf), stdin);