Remove unused field ip6_int.

This commit is contained in:
Jilles Tjoelker 2008-06-20 22:55:51 +02:00
parent 6bb4fb832b
commit 0c5cbb3b96

View file

@ -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
}; };
/* /*