mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-11 01:30:05 -04:00
silence debug check
This commit is contained in:
parent
c8cfbca64d
commit
b8e6b2536a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue