summaryrefslogtreecommitdiff
path: root/py/demo/book/simple_filesystem/Server.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-04-11 15:52:45 +0200
committerJose <jose@zeroc.com>2012-04-11 15:52:45 +0200
commit9cb36bbb356aff5ff061da91285c9a52ea001f5e (patch)
tree03804f754ef78e09f2fe47f66b016a9c765a9941 /py/demo/book/simple_filesystem/Server.py
parentICE-4821 - Demo projects should include config files (diff)
downloadice-9cb36bbb356aff5ff061da91285c9a52ea001f5e.tar.bz2
ice-9cb36bbb356aff5ff061da91285c9a52ea001f5e.tar.xz
ice-9cb36bbb356aff5ff061da91285c9a52ea001f5e.zip
ICE-2286 - no -h in demos
Diffstat (limited to 'py/demo/book/simple_filesystem/Server.py')
-rwxr-xr-xpy/demo/book/simple_filesystem/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/book/simple_filesystem/Server.py b/py/demo/book/simple_filesystem/Server.py
index d1c63ff508a..14561ca1fa0 100755
--- a/py/demo/book/simple_filesystem/Server.py
+++ b/py/demo/book/simple_filesystem/Server.py
@@ -94,7 +94,7 @@ class Server(Ice.Application):
# Create an object adapter
#
adapter = self.communicator().createObjectAdapterWithEndpoints(
- "SimpleFileSystem", "default -h 127.0.0.1 -p 10000")
+ "SimpleFileSystem", "default -h localhost -p 10000")
# Create the root directory (with name "/" and no parent)
#