BIND 10 master, updated. 99fd73694c6768e36d79563be991d9132adbdd74 Remove extra comma at the end of enum

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 10 18:34:00 UTC 2012


The branch, master has been updated
       via  99fd73694c6768e36d79563be991d9132adbdd74 (commit)
      from  b6cfd9d20c49a0f292d37e663801987632e9d2a6 (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 99fd73694c6768e36d79563be991d9132adbdd74
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Oct 10 20:28:16 2012 +0200

    Remove extra comma at the end of enum
    
    This should fix compilation issue on sunstudio.

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index 7e68f53..272245d 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -947,7 +947,7 @@ public:
         PARTIALMATCH, ///< A superdomain node was found
         NOTFOUND,   ///< Not even any superdomain was found
         /// \brief Returned by insert() if a node of the name already exists
-        ALREADYEXISTS,
+        ALREADYEXISTS
     };
 
     /// \brief Allocate and construct \c DomainTree



More information about the bind10-changes mailing list