]> git.sur5r.net Git - openldap/commitdiff
silence debug check
authorHoward Chu <hyc@openldap.org>
Thu, 12 Sep 2002 23:22:52 +0000 (23:22 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 12 Sep 2002 23:22:52 +0000 (23:22 +0000)
libraries/librewrite/session.c

index 1e93ecd777fa8c4527c95caa3fd3c4cb2986008a..3366559a3d63aa97ffb4e42284e3e6aef5975568 100644 (file)
@@ -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;