0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-04 14:48:56 +02:00

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 */
rb_fde_t *F; /* file descriptor for auth queries */
time_t timeout; /* time when query expires */
#ifdef RB_IPV6
int ip6_int;
#endif
};
/*