Github user PSUdaemon commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1440#discussion_r100867264
--- Diff: lib/raft/raft_impl.h ---
@@ -338,8 +338,8 @@ template <typename Server> class RaftImpl : public
Raft<Server>
if (!i_am_leader())
return;
// Attempt to pass leadership to a worthy successor.
- const ::std::string *best_node = nullptr;
- NodeState *best = nullptr;
+ const ::std::string *best_node = NULL;
+ NodeState *best = NULL;
--- End diff --
Yeah, but I figured just to be complete. Perhaps @SolidWallOfCode or @zwoop
has a different opinion.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---