diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-09-05 17:57:59 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-09-05 17:57:59 +0000 |
commit | b9161ff9c73f886f388f84c1cdbd8585900a0426 (patch) | |
tree | f05884ec060b14f51e500215f1928105c549fd44 /cpp/config/IcePackAdmin.py | |
parent | more IcePatch work (diff) | |
download | ice-b9161ff9c73f886f388f84c1cdbd8585900a0426.tar.bz2 ice-b9161ff9c73f886f388f84c1cdbd8585900a0426.tar.xz ice-b9161ff9c73f886f388f84c1cdbd8585900a0426.zip |
Changed property and exception names.
Diffstat (limited to 'cpp/config/IcePackAdmin.py')
-rw-r--r-- | cpp/config/IcePackAdmin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/IcePackAdmin.py b/cpp/config/IcePackAdmin.py index 39c33cee4bd..fa66fe8cfc6 100644 --- a/cpp/config/IcePackAdmin.py +++ b/cpp/config/IcePackAdmin.py @@ -34,7 +34,7 @@ def startIcePackRegistry(toplevel, port, testdir): r' --IcePack.Registry.Internal.Endpoints=default' + \ r' --IcePack.Registry.Admin.Endpoints=default' + \ r' --IcePack.Registry.Data=' + dataDir + \ - r' --IcePack.Registry.AllowUnregisteredAdapters' + \ + r' --IcePack.Registry.DynamicRegistration' + \ r' --Ice.ProgramName=icepackregistry' icePackPipe = os.popen(command) |