mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 19:37:00 +00:00
fix r2312
This commit is contained in:
parent
19961d20ce
commit
103fe34052
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ ngx_module_t ngx_mail_proxy_module = {
|
|||
};
|
||||
|
||||
|
||||
static u_char smtp_ok[] = "250 2.0.0 OK" CRLF;
|
||||
static u_char smtp_ok[] = "235 2.0.0 OK" CRLF;
|
||||
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue