Browse Source

[2737] Use the correct constant

Michal 'vorner' Vaner 12 years ago
parent
commit
2118111e02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/config/ccsession.cc

+ 1 - 1
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);
     }