1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r16593: Make the invarient explicit to Klocwork. Bug #2023.

Jeremy.
This commit is contained in:
Jeremy Allison 2006-06-28 01:52:01 +00:00 committed by Gerald (Jerry) Carter
parent d5c1028498
commit 720a917205

View File

@ -1329,6 +1329,7 @@ BOOL pdb_copy_sam_account(struct samu *dst, struct samu *src )
len = init_buffer_from_sam_v3(&buf, src, False);
if (len == -1 || !buf) {
SAFE_FREE(buf);
return False;
}