assign get_features method

This commit is contained in:
Andreas Steffen 2011-11-07 19:15:41 +01:00
parent 566311862f
commit bc0a4f7663
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
},