]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
auth zone fix comment
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 31 Jan 2018 15:19:23 +0000 (15:19 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 31 Jan 2018 15:19:23 +0000 (15:19 +0000)
git-svn-id: file:///svn/unbound/trunk@4483 be551aaa-1e26-0410-a405-d3ace91eadb9

services/outside_network.h

index 674acff9a608c4e7a182025c307e567c0399e435..fc3cc44f7230e4c1716163753de205b87cef859b 100644 (file)
@@ -565,7 +565,7 @@ struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
  * @param timeout: timeout for the TCP connection.
  *     timeout in milliseconds, or -1 for no (change to the) timeout.
  *     So seconds*1000.
- * @return commpoint that you can comm_point_send_udp_msg with, or NULL.
+ * @return tcp_out commpoint, or NULL.
  */
 struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
        comm_point_callback_type* cb, void* cb_arg,