From: Andreas Steffen Date: Mon, 7 Nov 2011 18:15:41 +0000 (+0100) Subject: assign get_features method X-Git-Tag: 4.6.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0a4f76639c3e653ca75ed2b96a967803ac0bdc;p=thirdparty%2Fstrongswan.git assign get_features method --- diff --git a/src/libstrongswan/plugins/agent/agent_plugin.c b/src/libstrongswan/plugins/agent/agent_plugin.c index ed02e24e5e..980a140b97 100644 --- a/src/libstrongswan/plugins/agent/agent_plugin.c +++ b/src/libstrongswan/plugins/agent/agent_plugin.c @@ -65,7 +65,7 @@ plugin_t *agent_plugin_create() .public = { .plugin = { .get_name = _get_name, - .reload = (void*)return_false, + .get_features = _get_features, .destroy = _destroy, }, },