1
0
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:
Jeremy Allison
2007-04-27 23:18:41 +00:00
committed by Gerald (Jerry) Carter
parent fcbfa2c991
commit f6fa3080fe
39 changed files with 143 additions and 114 deletions

View File

@@ -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;