1
0
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:
Tim Potter
2004-09-22 12:25:53 +00:00
committed by Gerald (Jerry) Carter
parent 131420b45e
commit dff6262e4f

View File

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