diff options
Diffstat (limited to 'cpp/test/ios/controller')
-rw-r--r-- | cpp/test/ios/controller/Bundle/ControllerI.mm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cpp/test/ios/controller/Bundle/ControllerI.mm b/cpp/test/ios/controller/Bundle/ControllerI.mm index 64eb6bbe4f5..8bcbbb84697 100644 --- a/cpp/test/ios/controller/Bundle/ControllerI.mm +++ b/cpp/test/ios/controller/Bundle/ControllerI.mm @@ -134,13 +134,10 @@ ControllerHelperI::serverReady() } void -ControllerHelperI::communicatorInitialized(const Ice::CommunicatorPtr& communnicator) +ControllerHelperI::communicatorInitialized(const Ice::CommunicatorPtr& communicator) { Lock sync(*this); - if(!_completed) - { - _communicator = communnicator; - } + _communicator = communicator; } string |