GitHub user NameFILIP opened a pull request:
https://github.com/apache/thrift/pull/1531
Fix undeclared statusCode variable
`statusCode` on the line 173 is undeclared variable. It crashes the node
server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NameFILIP/thrift patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1531.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1531
----
commit c219b4ca631e7c87c9a98d32e6b0349630c72447
Author: Filip Spiridonov <filip.spiridonov@...>
Date: 2018-04-02T23:59:49Z
Fix undeclared statusCode variable
----
---