authd: Cleanup
This commit is contained in:
parent
7ad083b065
commit
d8f8474dfd
3 changed files with 0 additions and 6 deletions
|
@ -221,8 +221,6 @@ reject_client(struct auth_client *auth, provider_t id, const char *data, const c
|
|||
void
|
||||
accept_client(struct auth_client *auth, provider_t id)
|
||||
{
|
||||
uint32_t cid = auth->cid;
|
||||
|
||||
rb_helper_write(authd_helper, "A %x %s %s", auth->cid, auth->username, auth->hostname);
|
||||
|
||||
set_provider_off(auth, id);
|
||||
|
|
|
@ -425,9 +425,7 @@ blacklists_init(void)
|
|||
static void
|
||||
blacklists_destroy(void)
|
||||
{
|
||||
rb_dlink_node *ptr, *nptr;
|
||||
rb_dictionary_iter iter;
|
||||
struct blacklist *bl;
|
||||
struct auth_client *auth;
|
||||
|
||||
RB_DICTIONARY_FOREACH(auth, &iter, auth_clients)
|
||||
|
|
|
@ -517,8 +517,6 @@ void build_rdns(char *buf, size_t size, const struct rb_sockaddr_storage *addr,
|
|||
static void do_query_number(struct DNSQuery *query, const struct rb_sockaddr_storage *addr,
|
||||
struct reslist *request)
|
||||
{
|
||||
const unsigned char *cp;
|
||||
|
||||
if (request == NULL)
|
||||
{
|
||||
request = make_request(query);
|
||||
|
|
Loading…
Reference in a new issue