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:
committed by
Gerald (Jerry) Carter
parent
fb8ae4518a
commit
02262db2ed
@ -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;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
Reference in New Issue
Block a user