BIND 10 trac2737, updated. 2118111e02bb90ffc92e14d37681acf3c5f52b98 [2737] Use the correct constant

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 19 13:37:20 UTC 2013


The branch, trac2737 has been updated
       via  2118111e02bb90ffc92e14d37681acf3c5f52b98 (commit)
      from  d66a48434bce9de43f371bb37811c820634f9937 (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 2118111e02bb90ffc92e14d37681acf3c5f52b98
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Mar 19 14:37:05 2013 +0100

    [2737] Use the correct constant

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

Summary of changes:
 src/lib/config/ccsession.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/config/ccsession.cc b/src/lib/config/ccsession.cc
index 533ecc6..f65831d 100644
--- a/src/lib/config/ccsession.cc
+++ b/src/lib/config/ccsession.cc
@@ -849,7 +849,7 @@ ModuleCCSession::requestMatch(const AsyncRecvRequest& request,
     }
     if (!request.is_reply &&
         (request.recipient.empty() || request.recipient ==
-         envelope->get(isc::cc::CC_HEADER_REPLY)->stringValue())) {
+         envelope->get(isc::cc::CC_HEADER_GROUP)->stringValue())) {
         // This is the correct command
         return (true);
     }



More information about the bind10-changes mailing list