stable-0.7
Igor Sysoev 18 years ago
parent 19961d20ce
commit 103fe34052
  1. 2
      src/mail/ngx_mail_proxy_module.c

@ -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…
Cancel
Save