From afad07b8e75de8c7c105dc552cb6da87ebcb4a68 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 6 Oct 2002 03:54:54 +0000 Subject: [PATCH] never print the rcon password given as it may be a legitimate password for another server (ie, confused person :) --- qw/source/sv_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index 12879d665..61a9c5446 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -1022,8 +1022,8 @@ SVC_RemoteCommand (void) Cmd_ExecuteString (command, src_command); rcon_from_user = false; } else { - SV_Printf ("Bad rcon from %s:\n%s\n", NET_AdrToString (net_from), - net_message->message->data + 4); + SV_Printf ("Bad rcon from %s:\n\t rcon (hidden) %s\n", + NET_AdrToString (net_from), Cmd_Args (2)); SV_BeginRedirect (RD_PACKET); if (admin_cmd) {