mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
Revert "s4:ldb always talloc_free() the ldb_ldif_write context, even on success"
This reverts commit a610843e9f21ee77fd29356313d2ef05fe25a1ed.
This commit is contained in:
parent
959eff9206
commit
a0c82f17f8
@ -373,7 +373,6 @@ int ldb_ldif_write(struct ldb_context *ldb,
|
||||
ret = fprintf_fn(private_data,"\n");
|
||||
CHECK_RET;
|
||||
|
||||
talloc_free(mem_ctx);
|
||||
return total;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user