slirp: fix unmatched bracket in if 0
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 18:56:44 +0000 (18:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:56:44 +0000 (18:56 +0000)
Fix unmatched bracket in commented out code

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
slirp/ip_input.c

index 35230f8d1088151e0686cdfbe724bf74b8517a1e..bb101da1a63daae782567f2c08947204c7504683 100644 (file)
@@ -647,8 +647,6 @@ typedef u_int32_t n_time;
        if (forward) {
                ip_forward(m, 1);
                return (1);
-       }
-               }
        }
        return (0);
 bad: