From: Alan T. DeKok Date: Tue, 19 Feb 2013 22:12:54 +0000 (-0500) Subject: -M implies -m, too X-Git-Tag: release_3_0_0_beta1~1001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898a6fbc4c574277e13f0d4bf694d56c0964d899;p=thirdparty%2Ffreeradius-server.git -M implies -m, too --- diff --git a/src/main/radiusd.c b/src/main/radiusd.c index 22df4133533..7b5205c8974 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -206,6 +206,7 @@ int main(int argc, char *argv[]) case 'M': memory_report = 1; + debug_memory = 1; break; case 'p':