assign get_features method

This commit is contained in:
Andreas Steffen 2011-11-07 19:15:41 +01:00
parent 566311862f
commit bc0a4f7663

View File

@ -65,7 +65,7 @@ plugin_t *agent_plugin_create()
.public = { .public = {
.plugin = { .plugin = {
.get_name = _get_name, .get_name = _get_name,
.reload = (void*)return_false, .get_features = _get_features,
.destroy = _destroy, .destroy = _destroy,
}, },
}, },