summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-22 11:26:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-22 11:26:48 +0000
commit39221c7b32f70d241cd859375740cd068123b850 (patch)
treeb187e024025dcfd4e839f3dbab04435091effa10 /TAO/orbsvcs
parentec6355d33e3a735e84a0df65230b4d4ed137bc34 (diff)
downloadATCD-39221c7b32f70d241cd859375740cd068123b850.tar.gz
Tue Aug 22 11:26:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp
index 0db71ba50b0..d7e3826625e 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp
@@ -188,7 +188,7 @@ order_offer (TAO_Constraint_Evaluator& evaluator,
offer_iter.done () == 0;
offer_iter.advance (), i++)
{
- Preference_Info* current_offer;
+ Preference_Info* current_offer = 0;
offer_iter.next (current_offer);
// Maintain the sorted order in the first partition.