diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-12-19 00:44:59 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-12-19 00:44:59 +0000 |
commit | 96c89f858889cd809d607c4c14b6bf7c0eb91530 (patch) | |
tree | 3f36c7a63d254440e3d44d5e8b52eecb51752c1d /cpp/src | |
parent | Replaced PasswordVerifier with PermissionsVerifier. (diff) | |
download | ice-96c89f858889cd809d607c4c14b6bf7c0eb91530.tar.bz2 ice-96c89f858889cd809d607c4c14b6bf7c0eb91530.tar.xz ice-96c89f858889cd809d607c4c14b6bf7c0eb91530.zip |
minor fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/ActivatorI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ActivatorI.cpp b/cpp/src/IcePack/ActivatorI.cpp index 721c815317e..dc876564109 100644 --- a/cpp/src/IcePack/ActivatorI.cpp +++ b/cpp/src/IcePack/ActivatorI.cpp @@ -352,7 +352,6 @@ IcePack::ActivatorI::activate(const ServerPtr& server) &pi // Process info ); -// delete[] cmdbuf; free(cmdbuf); if(!b) |