mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix r2312
This commit is contained in:
parent
19961d20ce
commit
103fe34052
@ -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…
Reference in New Issue
Block a user