Fix parsing of 313

Closes #2472
This commit is contained in:
Patrick Griffis 2020-05-26 16:49:33 -07:00
parent f9adf88eca
commit 53952feddd

View File

@ -621,7 +621,7 @@ process_numeric (session * sess, int n,
case 319:
if (!serv->skip_next_whois)
EMIT_SIGNAL_TIMESTAMP (XP_TE_WHOIS2, whois_sess, word[4],
word_eol[5] + 1, NULL, NULL, 0,
word_eol[5][0] == ':' ? word_eol[5] + 1 : word_eol[5], NULL, NULL, 0,
tags_data->timestamp);
break;