diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-08-24 18:47:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 18:47:51 -0700 |
commit | ea5325c484571cb114946b6e1d06e4a26284e198 (patch) | |
tree | ec550c79241d58fd35069d344b6ef9b9c6cec354 /src/core/ext/client_config/resolver_result.h | |
parent | 19ea0cffd7ba3df686ed05671f9ed35b8e9fa830 (diff) |
Avoid static initialization of the kIdentity block
Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe.
Diffstat (limited to 'src/core/ext/client_config/resolver_result.h')
0 files changed, 0 insertions, 0 deletions