]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't need to print the version string twice.
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 17:34:49 +0000 (11:34 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 17:34:49 +0000 (11:34 -0600)
src/lib/server/dependency.c

index 0c0185bde32f69828d9779536b3986ce4a9bb527..f2ef3bdf57551146317c42f6de2828a4d5afa9dd 100644 (file)
@@ -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");