From a3fef020a305338363ec933dba834b475510c48e Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 1 Sep 2005 14:44:08 +0000 Subject: Added support for env variable substitution (Unix only for now). --- cpp/src/IceGrid/DescriptorHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/DescriptorHelper.cpp') diff --git a/cpp/src/IceGrid/DescriptorHelper.cpp b/cpp/src/IceGrid/DescriptorHelper.cpp index 5ce2dbdf2f3..1952fbfa78a 100644 --- a/cpp/src/IceGrid/DescriptorHelper.cpp +++ b/cpp/src/IceGrid/DescriptorHelper.cpp @@ -2142,7 +2142,7 @@ ApplicationHelper::printDiff(Output& out, const ApplicationHelper& helper) const NodeHelperDict::const_iterator q = helper._nodes.find(r->first); if(q != helper._nodes.end()) { - p->second.printDiff(out, q->second); + r->second.printDiff(out, q->second); } } for(Ice::StringSeq::const_iterator s = removed.begin(); s != removed.end(); ++s) -- cgit v1.2.3