summaryrefslogtreecommitdiff
path: root/source3/lib/adt_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/adt_tree.c')
-rw-r--r--source3/lib/adt_tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/adt_tree.c b/source3/lib/adt_tree.c
index 3a6e722c97..9c4ad423c1 100644
--- a/source3/lib/adt_tree.c
+++ b/source3/lib/adt_tree.c
@@ -420,6 +420,8 @@ void* sorted_tree_find( SORTED_TREE *tree, char *key )
} while ( base && current );
/* result should be the data_p from the lowest match node in the tree */
+ if ( result )
+ DEBUG(10,("sorted_tree_find: Found data_p!\n"));
SAFE_FREE( keystr );