Access violation if invalid command entered to remote console

This commit is contained in:
Timothe Litt 2013-06-17 15:11:24 -04:00
parent b8408c6641
commit 9752a71943

View file

@ -521,7 +521,7 @@ t_bool got_command;
t_bool close_session = FALSE;
TMLN *lp;
char cbuf[4*CBUFSIZE], gbuf[CBUFSIZE], *cptr, *argv[1] = {NULL};
CTAB *cmdp;
CTAB *cmdp = NULL;
uint32 read_start_time;
t_offset cmd_log_start;