commit | 26681fbdb77f6dfaf2f2613d4ad860a224e84b71 | [log] [tgz] |
---|---|---|
author | zeshuai007 <51382517@qq.com> | Wed Jun 03 17:24:38 2020 +0800 |
committer | Jens Geyer <jensg@apache.org> | Sun Jun 14 14:17:11 2020 +0200 |
tree | b742ea0959bd5e90e1748323a870291ef8ad8e9f | |
parent | 3f78c70bbba82c733b1545d39eb5b489ac384e4c [diff] [blame] |
THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang This closes #2168
diff --git a/contrib/async-test/test-server.cpp b/contrib/async-test/test-server.cpp index b304e1b..9e696c9 100644 --- a/contrib/async-test/test-server.cpp +++ b/contrib/async-test/test-server.cpp
@@ -28,7 +28,7 @@ public: AggrAsyncHandler() - : eb_(NULL) + : eb_(nullptr) , pfact_(new TBinaryProtocolFactory()) { leaf_ports_.push_back(8081);