]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dir_plugins.c
Add checks on the plugin version and the plugin license. Currently
[bacula/bacula] / bacula / src / dird / dir_plugins.c
index a794e5d803aadf39762575c358fe058590e4c5cb..f6e904fbe3d9c9e7648130727839dbbf4d1c9633 100644 (file)
@@ -116,7 +116,7 @@ void load_dir_plugins(const char *plugin_dir)
    }
 
    plugin_list = New(alist(10, not_owned_by_alist));
-   load_plugins((void *)&binfo, (void *)&bfuncs, plugin_dir, plugin_type);
+   load_plugins((void *)&binfo, (void *)&bfuncs, plugin_dir, plugin_type, NULL);
    dbg_plugin_add_hook(dump_dir_plugin);
 }