BIND 10 trac3160, updated. 51e8fa396ee6576ee569fe1bd7846df0586b0b28 [3160] Remove trailing comma

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Sep 13 05:48:18 UTC 2013


The branch, trac3160 has been updated
       via  51e8fa396ee6576ee569fe1bd7846df0586b0b28 (commit)
      from  9aab75069ff6a3dfe3bbbabf64e5a335c2e219aa (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 51e8fa396ee6576ee569fe1bd7846df0586b0b28
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Sep 13 11:17:08 2013 +0530

    [3160] Remove trailing comma

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

Summary of changes:
 src/bin/d2/d2_queue_mgr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_queue_mgr.h b/src/bin/d2/d2_queue_mgr.h
index 8fe078b..b754de6 100644
--- a/src/bin/d2/d2_queue_mgr.h
+++ b/src/bin/d2/d2_queue_mgr.h
@@ -151,7 +151,7 @@ public:
       STOPPING,
       STOPPED_QUEUE_FULL,
       STOPPED_RECV_ERROR,
-      STOPPED,
+      STOPPED
     };
 
     /// @brief Constructor



More information about the bind10-changes mailing list