omit useless test
Igor Sysoev
14 years ago
1 changed file(s) with
0 addition(s)
and
4 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-4
src/event/ngx_event_openssl.c
less
more
1425
1425
1426
1426
cache = shm_zone->data;
1427
1427
1428
if (cache->session_rbtree == NULL) {
1429
return NULL;
1430
}
1431
1432
1428
sess = NULL;
1433
1429
1434
1430
shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;