Commit 48ad955f authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Fix a gcc fallthru warning

parent e06a83ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -804,6 +804,7 @@ static handshake_status_t handshake_status(peer_status_t last_status,
             */
            return INTERNAL_ERROR;
        }
        break;

    case PEER_RETRY:
        if (previous_status == PEER_RETRY) {