diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-04 16:46:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-04 16:46:13 +0000 |
commit | 3d2fd18a3935a7f1b68f14aa95990eef8841acad (patch) | |
tree | 9b0bc5932393105bf4f89f403d042494762b8ea2 /src/imap/ngx_imap_handler.c | |
parent | a53f7293c8b8e2dcc3168ce96903afe5c55dd763 (diff) | |
download | nginx-3d2fd18a3935a7f1b68f14aa95990eef8841acad.tar.gz nginx-3d2fd18a3935a7f1b68f14aa95990eef8841acad.zip |
upstream choice modules
Diffstat (limited to 'src/imap/ngx_imap_handler.c')
-rw-r--r-- | src/imap/ngx_imap_handler.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imap/ngx_imap_handler.c b/src/imap/ngx_imap_handler.c index 2b3d29cbc..abdf898e6 100644 --- a/src/imap/ngx_imap_handler.c +++ b/src/imap/ngx_imap_handler.c @@ -1279,8 +1279,7 @@ ngx_imap_log_error(ngx_log_t *log, u_char *buf, size_t len) return p; } - p = ngx_snprintf(buf, len, ", upstream: %V", - &s->proxy->upstream.peers->peer[0].name); + p = ngx_snprintf(buf, len, ", upstream: %V", s->proxy->upstream.name); return p; } |