pull/2838/head
Jorge Canizales 9 years ago
parent 631dc00481
commit 26e0c9ee4c
  1. 10
      src/objective-c/GRPCClient/private/GRPCHost.m

@ -78,12 +78,12 @@
if (cachedHost) {
return cachedHost;
}
}
if ((self = [super init])) {
_address = address;
_secure = YES;
hostCache[address] = self;
if ((self = [super init])) {
_address = address;
_secure = YES;
hostCache[address] = self;
}
}
return self;
}

Loading…
Cancel
Save