diff options
author | Makarand Dharmapurikar <makarandd@google.com> | 2016-06-23 14:10:38 -0700 |
---|---|---|
committer | Makarand Dharmapurikar <makarandd@google.com> | 2016-06-23 14:10:38 -0700 |
commit | ea0dc6af37469a45c2750df4bf852d12d75e9240 (patch) | |
tree | e3a8d523491a858e4ef4c60589a7988e761fe15d /src/objective-c | |
parent | 88651de8a713b068eaf499d36bf0b67c0cc9e8e3 (diff) |
Added a comment
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/GRPCClient/private/GRPCChannel.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannel.m b/src/objective-c/GRPCClient/private/GRPCChannel.m index 6cd4cb0ca3..7b7b79e1c6 100644 --- a/src/objective-c/GRPCClient/private/GRPCChannel.m +++ b/src/objective-c/GRPCClient/private/GRPCChannel.m @@ -199,7 +199,7 @@ grpc_channel_args * buildChannelArgs(NSDictionary *dictionary) { NULL, GRPC_PROPAGATE_DEFAULTS, queue.unmanagedQueue, path.UTF8String, - NULL, + NULL, // Passing NULL for host gpr_inf_future(GPR_CLOCK_REALTIME), NULL); } |