mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08: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