Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/83#discussion_r109744732 --- Diff: src/cppcache/src/ExecutionImpl.cpp --- @@ -100,33 +94,31 @@ ResultCollectorPtr ExecutionImpl::execute(const char* fn, uint32_t timeout, bool serverIsHA = false; bool serverOptimizeForWrite = false; - if (verifyFuncArgs) { - std::vector<int8_t>* attr = getFunctionAttributes(fn); - { + std::vector<int8_t>* attr = getFunctionAttributes(fn); + { --- End diff -- The curly-brace block was not introduced as part of this change, so your guess is as good as mine. :)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---