Skip to content

Commit

Permalink
Merge pull request #3915 from dachary/wip-10080-firefly
Browse files Browse the repository at this point in the history
SimpleMessenger: allow RESETSESSION whenever we forget an endpoint

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
  • Loading branch information
ldachary committed Mar 11, 2015
2 parents b5a67f0 + 7ed92f7 commit b7e3614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg/Pipe.cc
Expand Up @@ -549,7 +549,7 @@ int Pipe::accept()
<< " > " << existing->connect_seq << dendl;
goto replace;
} // existing
else if (policy.resetcheck && connect.connect_seq > 0) {
else if (connect.connect_seq > 0) {
// we reset, and they are opening a new session
ldout(msgr->cct,0) << "accept we reset (peer sent cseq " << connect.connect_seq << "), sending RESETSESSION" << dendl;
msgr->lock.Unlock();
Expand Down

0 comments on commit b7e3614

Please sign in to comment.