| Index: openssl/ssl/ssl_sess.c
|
| ===================================================================
|
| --- openssl/ssl/ssl_sess.c (revision 232952)
|
| +++ openssl/ssl/ssl_sess.c (working copy)
|
| @@ -999,11 +999,8 @@
|
| if (tp.cache == NULL) return;
|
| tp.time=t;
|
| CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX);
|
| - i=CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load;
|
| - CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=0;
|
| lh_SSL_SESSION_doall_arg(tp.cache, LHASH_DOALL_ARG_FN(timeout),
|
| TIMEOUT_PARAM, &tp);
|
| - CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=i;
|
| CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX);
|
| }
|
|
|
|
|