Remove unused field ip6_int.
This commit is contained in:
parent
6bb4fb832b
commit
0c5cbb3b96
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ struct AuthRequest
|
||||||
unsigned int flags; /* current state of request */
|
unsigned int flags; /* current state of request */
|
||||||
rb_fde_t *F; /* file descriptor for auth queries */
|
rb_fde_t *F; /* file descriptor for auth queries */
|
||||||
time_t timeout; /* time when query expires */
|
time_t timeout; /* time when query expires */
|
||||||
#ifdef RB_IPV6
|
|
||||||
int ip6_int;
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue