Skip to content
Snippets Groups Projects
Commit f233340c authored by Adrien Béraud's avatar Adrien Béraud Committed by Cyrille Béraud
Browse files

node: clear reply_time on reset

parent cfb817d3
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ struct Node {
/**
* Resets the state of the node so it's not expired anymore.
*/
void reset() { expired_ = false; }
void reset() { expired_ = false; reply_time = time_point::min(); }
std::string toString() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment