sync
This commit is contained in:
parent
f1b2576417
commit
2a351e0cdc
347 changed files with 9596 additions and 5486 deletions
|
@ -1344,13 +1344,8 @@ smtp_command(struct smtp_session *s, char *line)
|
|||
break;
|
||||
|
||||
case CMD_NOOP:
|
||||
<<<<<<< smtp_session.c
|
||||
if (!smtp_check_noparam(s, args))
|
||||
break;
|
||||
=======
|
||||
if (!smtp_check_noop(s, args))
|
||||
break;
|
||||
>>>>>>> 1.435
|
||||
smtp_filter_phase(FILTER_NOOP, s, NULL);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue