Commit 710c2634 authored by Laurent Vivier's avatar Laurent Vivier Committed by Eric Blake
Browse files

error: Remove NULL checks on error_propagate() calls



Re-run Coccinelle patch
scripts/coccinelle/error_propagate_null.cocci

Signed-off-by: default avatarLaurent Vivier <lvivier@redhat.com>
Message-Id: <20180323143202.28879-4-lvivier@redhat.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Signed-off-by: default avatarEric Blake <eblake@redhat.com>
parent 2d9178d9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -586,9 +586,7 @@ static gboolean qio_channel_websock_handshake_io(QIOChannel *ioc,
        return TRUE;
    }

    if (err) {
    error_propagate(&wioc->io_err, err);
    }

    trace_qio_channel_websock_handshake_reply(ioc);
    qio_channel_add_watch(