Commit 04fe876b authored by Matt Caswell's avatar Matt Caswell
Browse files

Revert "Fix uninitalised warning."



This reverts commit 704563f0.

Reverting in favour of the next commit which removes the underlying cause
of the warning.

Reviewed-by: default avatarBen Laurie <ben@openssl.org>
parent 704563f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ static int test_PACKET_get_net_2(PACKET *pkt, size_t start)

static int test_PACKET_get_net_3(PACKET *pkt, size_t start)
{
    unsigned long i = 0;
    unsigned long i;

    if (       !PACKET_goto_bookmark(pkt, start)
            || !PACKET_get_net_3(pkt, &i)