diff options
-rw-r--r-- | vb/demo/Ice/hello/config.client | 2 | ||||
-rw-r--r-- | vb/demo/Ice/hello/config.server | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vb/demo/Ice/hello/config.client b/vb/demo/Ice/hello/config.client index c0b3f2e2ea0..9c046b0921f 100644 --- a/vb/demo/Ice/hello/config.client +++ b/vb/demo/Ice/hello/config.client @@ -7,7 +7,7 @@ Hello.Proxy=hello:tcp -p 10000:udp -p 10000:ssl -p 10001 # # Warn about connection exceptions. # -Ice.Warn.Connections=1 +#Ice.Warn.Connections=1 # # We want a faster ACM for this demo. diff --git a/vb/demo/Ice/hello/config.server b/vb/demo/Ice/hello/config.server index a5b4c7ba041..9cfb00ca674 100644 --- a/vb/demo/Ice/hello/config.server +++ b/vb/demo/Ice/hello/config.server @@ -3,12 +3,12 @@ # "Hello". The following line sets the endpoints for this # adapter. # -Hello.Endpoints=tcp -p 10000:udp -c -p 10000:ssl -p 10001 +Hello.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001 # # Warn about connection exceptions. # -Ice.Warn.Connections=1 +#Ice.Warn.Connections=1 # # We want a faster ACM for this demo. |