From: Arran Cudbard-Bell Date: Thu, 17 Nov 2022 17:34:49 +0000 (-0600) Subject: Don't need to print the version string twice. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99a261e649d58e2425d60327382906dbcf5a8e1;p=thirdparty%2Ffreeradius-server.git Don't need to print the version string twice. --- diff --git a/src/lib/server/dependency.c b/src/lib/server/dependency.c index 0c0185bde32..f2ef3bdf575 100644 --- a/src/lib/server/dependency.c +++ b/src/lib/server/dependency.c @@ -456,7 +456,6 @@ void dependency_version_print(void) #endif DEBUG2(" "); } - INFO(RADIUSD_VERSION_BUILD("FreeRADIUS")); INFO("Copyright 1999-2022 The FreeRADIUS server project and contributors"); INFO("There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A"); INFO("PARTICULAR PURPOSE");