mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r22542: Move over to using the _strict varients of the talloc
calls. No functional changes. Looks bigger than it is :-). Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fcbfa2c991
commit
f6fa3080fe
@@ -221,7 +221,7 @@ BOOL smb_io_dom_sid2_p(const char *desc, prs_struct *ps, int depth, DOM_SID2 **s
|
||||
|
||||
if (UNMARSHALLING(ps)) {
|
||||
if ( !(*sid2 = PRS_ALLOC_MEM(ps, DOM_SID2, 1)) )
|
||||
return False;
|
||||
return False;
|
||||
}
|
||||
|
||||
return True;
|
||||
|
||||
Reference in New Issue
Block a user