BIND 10 trac2765, updated. 331b10dc0682b41939e9a184e3c4a2cc9b132803 [2765] Fix an order of parameters passed to the SocketInfo constructor.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 29 14:03:24 UTC 2013


The branch, trac2765 has been updated
       via  331b10dc0682b41939e9a184e3c4a2cc9b132803 (commit)
      from  5b9c261d8b66d61f1df4a088e9a283855332c392 (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 331b10dc0682b41939e9a184e3c4a2cc9b132803
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Nov 29 14:58:52 2013 +0100

    [2765] Fix an order of parameters passed to the SocketInfo constructor.

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

Summary of changes:
 tests/tools/perfdhcp/test_control.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/test_control.cc b/tests/tools/perfdhcp/test_control.cc
index d94f032..7ffe9fa 100644
--- a/tests/tools/perfdhcp/test_control.cc
+++ b/tests/tools/perfdhcp/test_control.cc
@@ -47,7 +47,7 @@ namespace perfdhcp {
 bool TestControl::interrupted_ = false;
 
 TestControl::TestControlSocket::TestControlSocket(const int socket) :
-    SocketInfo(socket, asiolink::IOAddress("127.0.0.1"), 0),
+    SocketInfo(asiolink::IOAddress("127.0.0.1"), 0, socket),
     ifindex_(0), valid_(true) {
     try {
         initSocketData();



More information about the bind10-changes mailing list