]> jfr.im git - solanum.git/commitdiff
Remove unused field ip6_int.
authorJilles Tjoelker <redacted>
Fri, 20 Jun 2008 20:55:51 +0000 (22:55 +0200)
committerJilles Tjoelker <redacted>
Fri, 20 Jun 2008 20:55:51 +0000 (22:55 +0200)
include/s_auth.h

index 85b8358512af719b1d6c50b883f21ffd9dbcde70..b4df34ff6c22ad2a83214f6960fbb01d76f1bf83 100644 (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
 };
 
 /*