]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[805] a few minor cleanups: typo; position of catch; eliminating an unnecessary
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 4 Jan 2012 23:41:12 +0000 (15:41 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 4 Jan 2012 23:41:12 +0000 (15:41 -0800)
temporary variable.

src/lib/server_common/portconfig.cc

index 2b6e4ecd868846aef1d1516aa9df608595f914e5..6ee1ae4caad875efffa32ef5f51fe3f60de1f25f 100644 (file)
@@ -153,14 +153,12 @@ installListenAddresses(const AddressList& newAddresses,
         LOG_ERROR(logger, SRVCOMM_ADDRESS_FAIL).arg(e.what());
         try {
             setAddresses(service, addressStore);
-        }
-        catch (const exception& e2) {
+        } catch (const exception& e2) {
             LOG_FATAL(logger, SRVCOMM_ADDRESS_UNRECOVERABLE).arg(e2.what());
-            // If we can't set the new ones, nor the old ones, at last
+            // If we can't set the new ones, nor the old ones, at least
             // releasing everything should work. If it doesn't, there isn't
             // anything else we could do.
-            AddressList empty;
-            setAddresses(service, empty);
+            setAddresses(service, AddressList());
             addressStore.clear();
         }
         //Anyway the new configure has problem, we need to notify configure