1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00

r26283: fix typo

(This used to be commit 7d1169b52b583abee48f4dafac01f5887060002e)
This commit is contained in:
Andrew Bartlett 2007-12-04 03:38:35 +01:00 committed by Stefan Metzmacher
parent d4fbd381fa
commit 9bdc1194da

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