From: Radosław Korzeniewski Date: Mon, 16 Nov 2020 16:03:17 +0000 (+0100) Subject: Unify UA_VERSION for both Community and BEE. X-Git-Tag: Release-11.3.2~833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d369572ed16970e4a94a8019af006f459e5001;p=thirdparty%2Fbacula.git Unify UA_VERSION for both Community and BEE. --- diff --git a/bacula/src/console/authenticate.c b/bacula/src/console/authenticate.c index e0b0a96ff..e9915ad29 100644 --- a/bacula/src/console/authenticate.c +++ b/bacula/src/console/authenticate.c @@ -43,11 +43,7 @@ * Starting from version 9.7 both Hellos become the same: * 200 1/10/2020 - added `auth interactive` functionality */ -#ifndef COMMUNITY -#define UA_VERSION 1 /* Enterprise */ -#else -#define UA_VERSION 200 /* Community */ -#endif +#define UA_VERSION UA_VERSION_PLUGINAUTH /* Enterprise and Community */ void senditf(const char *fmt, ...); void sendit(const char *buf);