Commit 4d921bfb authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Fix a gcc warning about possible fall through

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

    case PEER_RETRY:
        return HANDSHAKE_RETRY;