]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Unify UA_VERSION for both Community and BEE.
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Mon, 16 Nov 2020 16:03:17 +0000 (17:03 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
bacula/src/console/authenticate.c

index e0b0a96fffc319e5fbbdaf30f4162d566756ded1..e9915ad29d54d59b404a0c647f2b66f531ec0e68 100644 (file)
  * 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);