diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-11-07 19:15:41 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-11-07 19:15:41 +0100 |
commit | bc0a4f76639c3e653ca75ed2b96a967803ac0bdc (patch) | |
tree | ead9f0fe6d79eb8a0afdad7a1309485994d80423 | |
parent | 566311862f48110b1f3bbdce8d3f9a2e30e89e7f (diff) | |
download | strongswan-bc0a4f76639c3e653ca75ed2b96a967803ac0bdc.tar.bz2 strongswan-bc0a4f76639c3e653ca75ed2b96a967803ac0bdc.tar.xz |
assign get_features method
-rw-r--r-- | src/libstrongswan/plugins/agent/agent_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/agent/agent_plugin.c b/src/libstrongswan/plugins/agent/agent_plugin.c index ed02e24e5..980a140b9 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, }, }, |