From: Michal 'vorner' Vaner Date: Tue, 19 Mar 2013 13:37:05 +0000 (+0100) Subject: [2737] Use the correct constant X-Git-Tag: bind10-1.1.0beta1-release~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2118111e02bb90ffc92e14d37681acf3c5f52b98;p=thirdparty%2Fkea.git [2737] Use the correct constant --- diff --git a/src/lib/config/ccsession.cc b/src/lib/config/ccsession.cc index 533ecc6fbe..f65831d46e 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); }