mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
silence debug check
This commit is contained in:
parent
c8cfbca64d
commit
b8e6b2536a
@ -378,8 +378,10 @@ rewrite_session_destroy(
|
||||
count = avl_free( info->li_cookies, NULL );
|
||||
info->li_cookies = NULL;
|
||||
|
||||
#if 0
|
||||
fprintf( stderr, "count = %d; num_cookies = %d\n",
|
||||
count, info->li_num_cookies );
|
||||
#endif
|
||||
|
||||
assert( count == info->li_num_cookies );
|
||||
info->li_num_cookies = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user