parent
5af678d2b9
commit
187c04f7e2
|
@ -2486,7 +2486,7 @@ cmd_lastlog (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
|||
}
|
||||
j++;
|
||||
}
|
||||
if (*word_eol[j])
|
||||
if (word_eol[j] != NULL && *word_eol[j])
|
||||
{
|
||||
lastlog (sess, word_eol[j], flags);
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in New Issue