more cleanup of previous commits

This commit is contained in:
Pierangelo Masarati 2006-05-14 18:09:56 +00:00
parent f87e6270d4
commit 26d1fc8c48

View file

@ -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 );