added missing semicolon

This commit is contained in:
Andreas Steffen
2008-05-15 19:40:38 +00:00
parent 7f491111e6
commit d8ff9eee6b
+1 -1
View File
@@ -269,7 +269,7 @@ int main(int argc, char **argv)
library_init(STRONGSWAN_CONF); library_init(STRONGSWAN_CONF);
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR,
lib->settings->get_str(lib->settings, "openac.load", lib->settings->get_str(lib->settings, "openac.load",
"gmp hmac md5 random sha1 sha2 pubkey x509")) "gmp hmac md5 random sha1 sha2 pubkey x509"));
/* initialize optionsfrom */ /* initialize optionsfrom */
options_t *options = options_create(); options_t *options = options_create();