mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 11:52:00 +00:00
delete surplus code
This commit is contained in:
parent
b87fba807e
commit
070f0a865b
1 changed files with 0 additions and 2 deletions
|
|
@ -188,7 +188,6 @@ ngx_mail_pop3_auth_state(ngx_event_t *rev)
|
|||
|
||||
default:
|
||||
rc = NGX_MAIL_PARSE_INVALID_COMMAND;
|
||||
s->mail_state = ngx_pop3_start;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
@ -215,7 +214,6 @@ ngx_mail_pop3_auth_state(ngx_event_t *rev)
|
|||
|
||||
default:
|
||||
rc = NGX_MAIL_PARSE_INVALID_COMMAND;
|
||||
s->mail_state = ngx_pop3_start;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue