diff options
author | Michi Henning <michi@zeroc.com> | 2002-09-12 01:58:50 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2002-09-12 01:58:50 +0000 |
commit | e9cfbfdbce12a9c2fd0aac38f007fb20fd422092 (patch) | |
tree | f6e9954d98e8952832c0613aaed66d77cce2c6a2 /cpp/src/IcePack/ServerDeployerI.cpp | |
parent | fixes (diff) | |
download | ice-e9cfbfdbce12a9c2fd0aac38f007fb20fd422092.tar.bz2 ice-e9cfbfdbce12a9c2fd0aac38f007fb20fd422092.tar.xz ice-e9cfbfdbce12a9c2fd0aac38f007fb20fd422092.zip |
Fixed errors introduced yesterday with the more stringent check for
introduced names.
Diffstat (limited to 'cpp/src/IcePack/ServerDeployerI.cpp')
-rw-r--r-- | cpp/src/IcePack/ServerDeployerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerDeployerI.cpp b/cpp/src/IcePack/ServerDeployerI.cpp index 19d495733bd..7ed57ba3da5 100644 --- a/cpp/src/IcePack/ServerDeployerI.cpp +++ b/cpp/src/IcePack/ServerDeployerI.cpp @@ -111,7 +111,7 @@ IcePack::ServerDeployerI::remove(const string& name, const Ice::Current&) variables["binpath"] = desc.path; // Required for parsing to succeed. variables["libpath"] = ""; - ServerBuilder builder(_nodeInfo, variables, componentPath, desc.targets); + ServerBuilder builder(_nodeInfo, variables, componentPath, desc.theTargets); // // Parse the server deployment descriptors. |