1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

libdns: Small cleanup

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2015-12-06 11:32:46 +01:00 committed by Jeremy Allison
parent dfceb51da8
commit ea6de66b9c

View File

@ -99,7 +99,6 @@ struct tevent_req *dns_udp_request_send(TALLOC_CTX *mem_ctx,
return tevent_req_post(req, ev);
}
tevent_req_set_callback(subreq, dns_udp_request_get_reply, req);
return req;
}
@ -132,7 +131,6 @@ static void dns_udp_request_get_reply(struct tevent_req *subreq)
}
tevent_req_set_callback(subreq, dns_udp_request_done, req);
return;
}
static void dns_udp_request_done(struct tevent_req *subreq)