comparison src/mail/ngx_mail_core_module.c @ 425:3ff402661f4c

Merge with nginx 0.7.13.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Sep 2008 04:43:15 +0400
parents cd9cb7a3ff9e 6ebbca3d5ed7
children 9205084bd1f3
comparison
equal deleted inserted replaced
420:a35ef44a6549 425:3ff402661f4c
327 327
328 ngx_memzero(imls, sizeof(ngx_mail_listen_t)); 328 ngx_memzero(imls, sizeof(ngx_mail_listen_t));
329 329
330 imls->addr = u.addr.in_addr; 330 imls->addr = u.addr.in_addr;
331 imls->port = u.port; 331 imls->port = u.port;
332 imls->family = AF_INET; 332 imls->family = u.family;
333 imls->ctx = cf->ctx; 333 imls->ctx = cf->ctx;
334 334
335 for (m = 0; ngx_modules[m]; m++) { 335 for (m = 0; ngx_modules[m]; m++) {
336 if (ngx_modules[m]->type != NGX_MAIL_MODULE) { 336 if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
337 continue; 337 continue;