diff --git a/authd/providers/rdns.c b/authd/providers/rdns.c index d1dfbdc67..013d6d6c6 100644 --- a/authd/providers/rdns.c +++ b/authd/providers/rdns.c @@ -27,8 +27,6 @@ struct user_query { - rb_dlink_node node; - struct dns_query *query; /* Pending DNS query */ time_t timeout; /* When the request times out */ };