summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox/ServiceManagerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.cpp')
-rw-r--r--cpp/src/IceBox/ServiceManagerI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp
index ab004658ee8..3ab40a4d411 100644
--- a/cpp/src/IceBox/ServiceManagerI.cpp
+++ b/cpp/src/IceBox/ServiceManagerI.cpp
@@ -574,9 +574,9 @@ IceBox::ServiceManagerI::start(const string& service, const string& entryPoint,
// Add the service properties to the shared communicator properties.
//
PropertyDict props = svcProperties->getPropertiesForPrefix("");
- for(PropertyDict::const_iterator p = props.begin(); p != props.end(); ++p)
+ for(PropertyDict::const_iterator q = props.begin(); q != props.end(); ++q)
{
- properties->setProperty(p->first, p->second);
+ properties->setProperty(q->first, q->second);
}
//