summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/winbindd/idmap_autorid_tdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_autorid_tdb.c b/source3/winbindd/idmap_autorid_tdb.c
index 4f7861de65..4a866bf70a 100644
--- a/source3/winbindd/idmap_autorid_tdb.c
+++ b/source3/winbindd/idmap_autorid_tdb.c
@@ -185,6 +185,7 @@ static NTSTATUS idmap_autorid_addrange_action(struct db_context *db,
numstr = talloc_asprintf(mem_ctx, "%u", requested_rangenum);
if (!numstr) {
+ DEBUG(1, ("Talloc failed!\n"));
ret = NT_STATUS_NO_MEMORY;
goto error;
}