summaryrefslogtreecommitdiff
path: root/java/test/Glacier2/router/run.py
diff options
context:
space:
mode:
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") + '"'