1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r12078: fix the build on hosts with old compilers

metze
This commit is contained in:
Stefan Metzmacher 2005-12-05 22:22:05 +00:00 committed by Gerald (Jerry) Carter
parent 224dab45ab
commit 82fa27da07

View File

@ -903,7 +903,7 @@ static void r_do_challenge_handler(struct irpc_request *ireq)
struct r_do_challenge_state *state = talloc_get_type(ireq->async.private,
struct r_do_challenge_state);
BOOL old_is_subset = False;
BOOL new_is_subset = False;;
BOOL new_is_subset = False;
BOOL found = False;
uint32_t i,j;
uint32_t num_rec_addrs;