r26283: fix typo
authorAndrew Bartlett <abartlet@samba.org>
Tue, 4 Dec 2007 02:38:35 +0000 (03:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:48:08 +0000 (05:48 +0100)
source/dsdb/samdb/ldb_modules/subtree_delete.c

index f8064a4967c02e509e968b11533399630f463ab6..e84bf60b328074e9c27327e48849d842eb2caa58 100644 (file)
@@ -91,7 +91,7 @@ static int subtree_delete_check_for_children(struct subtree_delete_context *ac)
                
                /* Ensure any (io) errors during the search for
                 * children don't propgate back in the error string */
-               ldb_set_errstr(ac->module->ldb, NULL);
+               ldb_set_errstring(ac->module->ldb, NULL);
 
                ac->down_req = req;
                ac->step = SD_DO_DEL;