Skip to content

Commit

Permalink
Given we are not plugin compatible anyway loose Bacula.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent ec2bd7b commit 537444a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/dird/dir_plugins.c
Expand Up @@ -273,7 +273,6 @@ static bool is_plugin_compatible(Plugin *plugin)
return false;
}
if (!bstrcasecmp(info->plugin_license, "Bareos AGPLv3") &&
!bstrcasecmp(info->plugin_license, "Bacula AGPLv3") &&
!bstrcasecmp(info->plugin_license, "AGPLv3")) {
Jmsg(NULL, M_ERROR, 0, _("Plugin license incompatible. Plugin=%s license=%s\n"),
plugin->file, info->plugin_license);
Expand Down
1 change: 0 additions & 1 deletion src/filed/fd_plugins.c
Expand Up @@ -1385,7 +1385,6 @@ static bool is_plugin_compatible(Plugin *plugin)
return false;
}
if (!bstrcasecmp(info->plugin_license, "Bareos AGPLv3") &&
!bstrcasecmp(info->plugin_license, "Bacula AGPLv3") &&
!bstrcasecmp(info->plugin_license, "AGPLv3")) {
Jmsg(NULL, M_ERROR, 0, _("Plugin license incompatible. Plugin=%s license=%s\n"),
plugin->file, info->plugin_license);
Expand Down
1 change: 0 additions & 1 deletion src/stored/sd_plugins.c
Expand Up @@ -389,7 +389,6 @@ static bool is_plugin_compatible(Plugin *plugin)
return false;
}
if (!bstrcasecmp(info->plugin_license, "Bareos AGPLv3") &&
!bstrcasecmp(info->plugin_license, "Bacula AGPLv3") &&
!bstrcasecmp(info->plugin_license, "AGPLv3")) {
Jmsg(NULL, M_ERROR, 0, _("Plugin license incompatible. Plugin=%s license=%s\n"),
plugin->file, info->plugin_license);
Expand Down

0 comments on commit 537444a

Please sign in to comment.