mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r2516: Remove duplicate line.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
131420b45e
commit
dff6262e4f
@@ -66,7 +66,6 @@ struct dom_sid *dom_sid_parse_talloc(TALLOC_CTX *mem_ctx, const char *sidstr)
|
||||
|
||||
ret->sid_rev_num = rev;
|
||||
ret->id_auth[0] = 0;
|
||||
ret->id_auth[0] = 0;
|
||||
ret->id_auth[1] = 0;
|
||||
ret->id_auth[2] = ia >> 24;
|
||||
ret->id_auth[3] = ia >> 16;
|
||||
|
||||
Reference in New Issue
Block a user