comparison src/mail/ngx_mail_proxy_module.c @ 3269:f0d596e84634

rename ngx_peer_addr_t to ngx_addr_t
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Nov 2009 15:14:17 +0000
parents c7d57b539248
children c631ef8beaaa
comparison
equal deleted inserted replaced
3268:c6a40c815d45 3269:f0d596e84634
106 106
107 static u_char smtp_auth_ok[] = "235 2.0.0 OK" CRLF; 107 static u_char smtp_auth_ok[] = "235 2.0.0 OK" CRLF;
108 108
109 109
110 void 110 void
111 ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_peer_addr_t *peer) 111 ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer)
112 { 112 {
113 int keepalive; 113 int keepalive;
114 ngx_int_t rc; 114 ngx_int_t rc;
115 ngx_mail_proxy_ctx_t *p; 115 ngx_mail_proxy_ctx_t *p;
116 ngx_mail_proxy_conf_t *pcf; 116 ngx_mail_proxy_conf_t *pcf;