diff options
Diffstat (limited to 'src/pluto/plugins/xauth/xauth_plugin.c')
-rw-r--r-- | src/pluto/plugins/xauth/xauth_plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/plugins/xauth/xauth_plugin.c b/src/pluto/plugins/xauth/xauth_plugin.c index 2ee54ec0a..bfc4820ed 100644 --- a/src/pluto/plugins/xauth/xauth_plugin.c +++ b/src/pluto/plugins/xauth/xauth_plugin.c @@ -41,6 +41,7 @@ plugin_t *xauth_plugin_create() INIT(this, .plugin = { .get_name = _get_name, + .reload = (void*)return_false, .destroy = _destroy, }, ); |