mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
more cleanup of previous commits
This commit is contained in:
parent
f87e6270d4
commit
26d1fc8c48
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ ravl_print( Avlnode *root, int depth )
|
|||
|
||||
lc = root->avl_data;
|
||||
fprintf( stderr, "lc=%p local=\"%s\" conn=%p %s refcnt=%d\n",
|
||||
(void *)lc, lc->lc_local_ndn.bv_val, (void *)lc->lc_conn,
|
||||
(void *)lc,
|
||||
lc->lc_local_ndn.bv_val ? lc->lc_local_ndn.bv_val : "",
|
||||
(void *)lc->lc_conn,
|
||||
avl_bf2str( root->avl_bf ), lc->lc_refcnt );
|
||||
|
||||
ravl_print( root->avl_left, depth+1 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue