Fixes and improvs. Basic DRA feature.
[anna.git] / example / diameter / launcher / testing / TestCondition.cpp
index a772ab0..7f535d5 100644 (file)
@@ -90,7 +90,7 @@ bool TestCondition::comply(const anna::DataBlock &message/*, bool matchSessionId
   }
 
   if (a_bitR != "") {
-    compare = (cid.first ? "1":"0");
+    compare = (cid.second ? "1":"0");
     if (a_bitR != compare) return false;
   }