diff --git a/ent/src/yb/tserver/remote_bootstrap_session.h b/ent/src/yb/tserver/remote_bootstrap_session.h index 089c16decf19..d5feb78dc852 100644 --- a/ent/src/yb/tserver/remote_bootstrap_session.h +++ b/ent/src/yb/tserver/remote_bootstrap_session.h @@ -16,7 +16,7 @@ class RemoteBootstrapSession : public yb::tserver::RemoteBootstrapSession { std::string session_id, std::string requestor_uuid, FsManager* fs_manager, - const std::atomic* nsessions = nullptr) + const std::atomic* nsessions) : super(tablet_peer, session_id, requestor_uuid, fs_manager, nsessions) {} CHECKED_STATUS InitSnapshotFiles() override;