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:
parent
224dab45ab
commit
82fa27da07
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user