BIND 10 trac1880, updated. 863986350d29905c1baf1463b53eaf4adde24e3f [1880] Untabify file

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 4 03:07:43 UTC 2012


The branch, trac1880 has been updated
       via  863986350d29905c1baf1463b53eaf4adde24e3f (commit)
      from  bf72a7e8ea8b182a8b416095eb66958969d260f6 (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 863986350d29905c1baf1463b53eaf4adde24e3f
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri May 4 08:37:22 2012 +0530

    [1880] Untabify file

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

Summary of changes:
 src/lib/server_common/tests/portconfig_unittest.cc |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/server_common/tests/portconfig_unittest.cc b/src/lib/server_common/tests/portconfig_unittest.cc
index ba5f566..3910e6b 100644
--- a/src/lib/server_common/tests/portconfig_unittest.cc
+++ b/src/lib/server_common/tests/portconfig_unittest.cc
@@ -335,15 +335,15 @@ TEST_F(InstallListenAddressesDeathTest, cantClose) {
     EXPECT_DEATH({
         isc::testutils::dontCreateCoreDumps();
 
-	try {
-	  // Setting to empty will close all current sockets.
-	  // And thanks to the break_release_, the close will
-	  // throw, which will make it crash.
-	  installListenAddresses(empty, store_, dnss_);
-	} catch (...) {
-	  // To make sure it is killed by abort, not by some
-	  // (unhandled) exception
-	};
+        try {
+          // Setting to empty will close all current sockets.
+          // And thanks to the break_release_, the close will
+          // throw, which will make it crash.
+          installListenAddresses(empty, store_, dnss_);
+        } catch (...) {
+          // To make sure it is killed by abort, not by some
+          // (unhandled) exception
+        };
       }, "");
     // And reset it back, so it can safely clean up itself.
     sock_requestor_.break_release_ = false;



More information about the bind10-changes mailing list