mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
d5c1028498
commit
720a917205
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user