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

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

Loading…
Cancel
Save