diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-01-17 07:07:23 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-01-17 07:07:23 +0000 |
commit | cc6c23d89bc4073aa33c423550fca23eb2c30797 (patch) | |
tree | 78f7dc70cd228ed18cd7a08b0d336034072c47f2 /cpp | |
parent | Fixed .depend (diff) | |
download | ice-cc6c23d89bc4073aa33c423550fca23eb2c30797.tar.bz2 ice-cc6c23d89bc4073aa33c423550fca23eb2c30797.tar.xz ice-cc6c23d89bc4073aa33c423550fca23eb2c30797.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1667
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/hello/config.server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/config.server b/cpp/demo/Ice/hello/config.server index 5057b6ddaca..aeff24452ac 100644 --- a/cpp/demo/Ice/hello/config.server +++ b/cpp/demo/Ice/hello/config.server @@ -3,7 +3,7 @@ # "Hello". The following line sets the endpoints for this # adapter. # -Ice.OA.Hello.Endpoints=tcp -p 10000:udp -c -p 10000 -h 127.0.0.1:ssl -p 10001 +Ice.OA.Hello.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001 # # Warn about connection exceptions |