summaryrefslogtreecommitdiff
path: root/java/test/Glacier2/router/run.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-08-10 12:12:26 +0800
committerMatthew Newhook <matthew@zeroc.com>2009-08-10 12:12:26 +0800
commitc51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc (patch)
treed195a0c8958a9edf916605d24354b07688d82271 /java/test/Glacier2/router/run.py
parentmerged in both of Jose's 4071 fixes. (diff)
downloadice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.bz2
ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.xz
ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.zip
3.3b version changes.
Diffstat (limited to 'java/test/Glacier2/router/run.py')
-rwxr-xr-xjava/test/Glacier2/router/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Glacier2/router/run.py b/java/test/Glacier2/router/run.py
index 9ac4099c255..b294a464212 100755
--- a/java/test/Glacier2/router/run.py
+++ b/java/test/Glacier2/router/run.py
@@ -28,7 +28,7 @@ args = ' --Ice.Warn.Dispatch=0' + \
' --Glacier2.Filter.Category.AcceptUser="2"' + \
' --Glacier2.SessionTimeout="30"' + \
' --Glacier2.Client.Endpoints="default -p 12347"' + \
- ' --Glacier2.Server.Endpoints="tcp -h 127.0.0.10"' \
+ ' --Glacier2.Server.Endpoints="tcp -h 127.0.0.1"' \
' --Ice.Admin.Endpoints="tcp -h 127.0.0.1 -p 12348"' + \
' --Ice.Admin.InstanceName=Glacier2' + \
' --Glacier2.CryptPasswords="' + os.path.join(os.getcwd(), "passwords") + '"'