summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r--src/game/g_admin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index 3bee21af..8df377ea 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -827,7 +827,6 @@ qboolean G_admin_ban_check( gentity_t *ent, char *reason, int rlen )
addr_t ip, test;
int mask = -1;
- *reason = '\0';
t = trap_RealTime( NULL );
// this happens when ip = localhost
if( !G_AddressParse( ent->client->pers.ip, &ip, NULL ) )