diff options
Diffstat (limited to 'py/demo/Glacier2/callback/config.client')
-rw-r--r-- | py/demo/Glacier2/callback/config.client | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/demo/Glacier2/callback/config.client b/py/demo/Glacier2/callback/config.client index b5b1b6d19a0..80783ab4894 100644 --- a/py/demo/Glacier2/callback/config.client +++ b/py/demo/Glacier2/callback/config.client @@ -9,14 +9,14 @@ Ice.Default.Router=DemoGlacier2/router:ssl -p 10005 -h 127.0.0.1 # object adapter named Callback.Client. This router proxy must # match the value of Glacier2.Client.Endpoints. # -Callback.Client.Router=DemoGlacier2/router:ssl -p 10005 -h 127.0.0.1 +Ice.OA.Callback.Client.Router=DemoGlacier2/router:ssl -p 10005 -h 127.0.0.1 # # We don't need any endpoints for the client if we use a # router. Incoming requests are received through connections # established from the client to the router. # -Callback.Client.Endpoints= +Ice.OA.Callback.Client.Endpoints= # # This must match the value of Callback.Server.Endpoints in |