aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-08-06 20:45:37 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-08-06 20:45:37 -0700
commit971d06ad06caadb369e318112bba0e039188cfc2 (patch)
treec7d1e835558f8940f523627f01c3c486274833b4 /src/objective-c/GRPCClient
parentbe222f8ea00c0b9116949c0f6aa042e3e3939948 (diff)
Fix build breakage
Diffstat (limited to 'src/objective-c/GRPCClient')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.m b/src/objective-c/GRPCClient/private/GRPCHost.m
index 6636c48620..45e5f0602d 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.m
+++ b/src/objective-c/GRPCClient/private/GRPCHost.m
@@ -78,6 +78,7 @@
if (cachedHost) {
return cachedHost;
}
+ }
if ((self = [super init])) {
_address = address;