Ignore:
Timestamp:
02/03/09 19:41:37 (3 years ago)
Author:
George Potapov <nephrite@…>
Branches:
master-v0.7, nginx-v0.7, nginx-v0.8, upstream_count_limit
Children:
2ac4f5
Parents:
2240a4
git-author:
George Potapov <nephrite@…> (02/03/09 19:41:37)
git-committer:
George Potapov <nephrite@…> (02/03/09 19:41:37)
Message:

vendor drop nginx 0.7.31

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/mail/ngx_mail_proxy_module.c

    rb82943 re7b311  
    105105 
    106106 
    107 static u_char  smtp_ok[] = "250 2.0.0 OK" CRLF; 
     107static u_char  smtp_auth_ok[] = "235 2.0.0 OK" CRLF; 
    108108 
    109109 
     
    615615 
    616616        } else { 
    617             ngx_memcpy(b->start, smtp_ok, sizeof(smtp_ok) - 1); 
    618             b->last = b->start + sizeof(smtp_ok) - 1; 
     617            ngx_memcpy(b->start, smtp_auth_ok, sizeof(smtp_auth_ok) - 1); 
     618            b->last = b->start + sizeof(smtp_auth_ok) - 1; 
    619619        } 
    620620 
Note: See TracChangeset for help on using the changeset viewer.