diff options
author | Volker Lendecke <vl@samba.org> | 2017-12-29 09:36:31 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-01-04 00:37:21 +0100 |
commit | d8e30cb0aa3e014561fa5488e1cf30344cffe599 (patch) | |
tree | 4f3d23cc729a3b69d5891e18d0e13b295ef36220 /libcli/dns/libdns.h | |
parent | f7f15c25d2ce6e9f856e48c92009394222714d03 (diff) | |
download | samba-d8e30cb0aa3e014561fa5488e1cf30344cffe599.tar.gz |
libdns: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/dns/libdns.h')
-rw-r--r-- | libcli/dns/libdns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/dns/libdns.h b/libcli/dns/libdns.h index 7ea2eb65716..91353a8e84d 100644 --- a/libcli/dns/libdns.h +++ b/libcli/dns/libdns.h @@ -39,7 +39,7 @@ struct tevent_req *dns_udp_request_send(TALLOC_CTX *mem_ctx, /** Get the dns response from a dns server via UDP * - *@param req tevent_req struct returned from dns_request_send + *@param req tevent_req struct returned from dns_udp_request_send *@param mem_ctx talloc memory context to use for the reply string *@param reply buffer that will be allocated and filled with the dns reply *@param reply_len length of the reply buffer |