comparison src/imap/ngx_imap_handler.c @ 884:4d68c486fcb0

upstream choice modules
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Dec 2006 16:46:13 +0000
parents b006f30d6a2f
children 4f7dca9c37f0
comparison
equal deleted inserted replaced
883:eac23634d614 884:4d68c486fcb0
1277 1277
1278 if (s->proxy == NULL) { 1278 if (s->proxy == NULL) {
1279 return p; 1279 return p;
1280 } 1280 }
1281 1281
1282 p = ngx_snprintf(buf, len, ", upstream: %V", 1282 p = ngx_snprintf(buf, len, ", upstream: %V", s->proxy->upstream.name);
1283 &s->proxy->upstream.peers->peer[0].name);
1284 1283
1285 return p; 1284 return p;
1286 } 1285 }