BIND 10 trac1957, updated. 41f4bacdf9f658999d94f36a2925dc5e0c62dcfd [1957] Minor correction in doxygen documentation.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 15 09:42:14 UTC 2012


The branch, trac1957 has been updated
       via  41f4bacdf9f658999d94f36a2925dc5e0c62dcfd (commit)
      from  53ae982184ecea7ee8efb8e1a78c6a62dc76212c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 41f4bacdf9f658999d94f36a2925dc5e0c62dcfd
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Jun 15 11:42:06 2012 +0200

    [1957] Minor correction in doxygen documentation.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/iface_mgr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr.h b/src/lib/dhcp/iface_mgr.h
index 435d405..abb064c 100644
--- a/src/lib/dhcp/iface_mgr.h
+++ b/src/lib/dhcp/iface_mgr.h
@@ -384,8 +384,8 @@ public:
     /// interface and selects one that matches address family.
     ///
     /// @param ifname name of the interface
-    /// @param addr address to be bound
     /// @param port UDP port
+    /// @param family address family (AF_INET or AF_INET6)
     /// @return socket descriptor, if socket creation, binding and multicast
     /// group join were all successful.
     /// @throw isc::Unexpected if failed to create and bind socket.



More information about the bind10-changes mailing list