diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-29 17:25:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-29 17:25:06 +0000 |
| commit | d44b42f0bf780b398ff96da3eca0727769bc68fa (patch) | |
| tree | 07bf1783043b683abff333a3c6833153b1d2ff56 /src/http/modules | |
| parent | 73b17e791a6840af02cb47bfe042029b03bb7101 (diff) | |
| download | nginx-d44b42f0bf780b398ff96da3eca0727769bc68fa.tar.gz nginx-d44b42f0bf780b398ff96da3eca0727769bc68fa.tar.bz2 | |
r1285 merge:
fix segfault when session was freed twice
Diffstat (limited to 'src/http/modules')
| -rw-r--r-- | src/http/modules/ngx_http_upstream_ip_hash_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_upstream_ip_hash_module.c b/src/http/modules/ngx_http_upstream_ip_hash_module.c index ba1cd53ff..3ef424921 100644 --- a/src/http/modules/ngx_http_upstream_ip_hash_module.c +++ b/src/http/modules/ngx_http_upstream_ip_hash_module.c @@ -198,9 +198,6 @@ ngx_http_upstream_get_ip_hash_peer(ngx_peer_connection_t *pc, void *data) pc->sockaddr = peer->sockaddr; pc->socklen = peer->socklen; pc->name = &peer->name; -#if (NGX_SSL) - pc->ssl_session = peer->ssl_session; -#endif /* ngx_unlock_mutex(iphp->rrp.peers->mutex); */ |
