Skip to content

Commit e2c3957

Browse files
author
Adam Greene
committed
Fix ProtocolParserStream port for pop3 (21 -> 110)
1 parent 1cd963f commit e2c3957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto-pop3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pop3_selftest(void)
172172
/***************************************************************************
173173
***************************************************************************/
174174
const struct ProtocolParserStream banner_pop3 = {
175-
"pop3", 21, 0, 0, 0,
175+
"pop3", 110, 0, 0, 0,
176176
pop3_selftest,
177177
pop3_init,
178178
pop3_parse,

0 commit comments

Comments
 (0)