File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ namespace {
57
57
_service->Register (&_notification);
58
58
59
59
string result;
60
- _implementation = _service->Root <Exchange::IPackager>(_connectionId, 2000 , _T (" PackagerImplementation" ));
60
+ _implementation = _service->Root <Exchange::IPackager>(_connectionId, 5000 , _T (" PackagerImplementation" ));
61
61
if (_implementation == nullptr ) {
62
62
result = _T (" Couldn't create package instance" );
63
63
_service->Unregister (&_notification);
@@ -81,9 +81,7 @@ namespace {
81
81
82
82
ASSERT (_connectionId != 0 );
83
83
84
- if (_service != nullptr ) {
85
- RPC::IRemoteConnection* connection (_service->RemoteConnection (_connectionId));
86
- }
84
+ RPC::IRemoteConnection* connection (_service->RemoteConnection (_connectionId));
87
85
88
86
// The process can disappear in the meantime...
89
87
if (connection != nullptr ) {
You can’t perform that action at this time.
0 commit comments