mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r12078: fix the build on hosts with old compilers
metze (This used to be commit 82fa27da0725b1d84688e26ca189b445c4a08f4e)
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user