From 87158890d6e7239167d7c8089070f3d2cdf5e58d Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Fri, 2 Aug 2013 23:07:53 +0200 Subject: resolv_sort_srv_reply: remove unnecessary mem_ctx --- src/resolv/async_resolv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolv/async_resolv.h') diff --git a/src/resolv/async_resolv.h b/src/resolv/async_resolv.h index 2895753b..919ba370 100644 --- a/src/resolv/async_resolv.h +++ b/src/resolv/async_resolv.h @@ -148,7 +148,7 @@ int resolv_getsrv_recv(TALLOC_CTX *mem_ctx, /* This is an implementation of section "Usage rules" of RFC 2782 */ int -resolv_sort_srv_reply(TALLOC_CTX *mem_ctx, struct ares_srv_reply **reply); +resolv_sort_srv_reply(struct ares_srv_reply **reply); /** Get TXT record **/ struct tevent_req *resolv_gettxt_send(TALLOC_CTX *mem_ctx, -- cgit