1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

r1452: Thanks to Volker for spotting that this code was certainly not tested...

(make sure to actually return the result).

Andrew Bartlett
(This used to be commit 8d449bbe2b)
This commit is contained in:
Andrew Bartlett
2004-07-11 12:59:27 +00:00
committed by Gerald (Jerry) Carter
parent fb8ae4518a
commit 02262db2ed

View File

@ -112,6 +112,7 @@ DATA_BLOB data_blob_talloc_steal(TALLOC_CTX *old_ctx, TALLOC_CTX *new_ctx,
if (new.data == NULL) {
smb_panic("data_blob_talloc_steal: talloc_steal failed.\n");
}
return new;
}
/*******************************************************************