mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
r12078: fix the build on hosts with old compilers
metze
(This used to be commit 82fa27da07
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
37cc5873e0
commit
dbd36ef49d
@ -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;
|
||||
|
Reference in New Issue
Block a user