From 3a37b6e12bb9a22d9f292462ad6df686cb378b7b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 6 Jan 2012 14:37:18 +0100 Subject: [PATCH] Tweak plugin --- bacula/src/filed/fd_plugins.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bacula/src/filed/fd_plugins.c b/bacula/src/filed/fd_plugins.c index 0534747574..8f09df3744 100644 --- a/bacula/src/filed/fd_plugins.c +++ b/bacula/src/filed/fd_plugins.c @@ -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", -- 2.39.5