]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak plugin
authorKern Sibbald <kern@sibbald.com>
Fri, 6 Jan 2012 13:37:18 +0000 (14:37 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 6 Jan 2012 13:37:18 +0000 (14:37 +0100)
bacula/src/filed/fd_plugins.c

index 0534747574f9638c96a9bc3231d208c239ad4a55..8f09df3744e634da46be97497006ef4c38b21a61 100644 (file)
@@ -1004,8 +1004,7 @@ static bool is_plugin_compatible(Plugin *plugin)
       return false;
    }
    if (strcmp(info->plugin_license, "Bacula AGPLv3") != 0 &&
-       strcmp(info->plugin_license, "AGPLv3") != 0 &&
-       strcmp(info->plugin_license, "Bacula Systems(R) SA") != 0) {
+       strcmp(info->plugin_license, "AGPLv3") != 0) {
       Jmsg(NULL, M_ERROR, 0, _("Plugin license incompatible. Plugin=%s license=%s\n"),
            plugin->file, info->plugin_license);
       Dmsg2(50, "Plugin license incompatible. Plugin=%s license=%s\n",