diff options
Diffstat (limited to 'source3/libaddns/dnssock.c')
-rw-r--r-- | source3/libaddns/dnssock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libaddns/dnssock.c b/source3/libaddns/dnssock.c index 597a7ebf07..2f48df1bbd 100644 --- a/source3/libaddns/dnssock.c +++ b/source3/libaddns/dnssock.c @@ -134,7 +134,7 @@ static DNS_ERROR dns_udp_open( const char *nameserver, /******************************************************************** ********************************************************************/ -DNS_ERROR dns_open( const char *nameserver, int32 dwType, +DNS_ERROR dns_open_connection( const char *nameserver, int32 dwType, TALLOC_CTX *mem_ctx, struct dns_connection **conn ) { |