OSDN Git Service

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 35230f8..bb101da 100644 (file)
@@ -648,8 +648,6 @@ typedef u_int32_t n_time;
                ip_forward(m, 1);
                return (1);
        }
-               }
-       }
        return (0);
 bad:
        icmp_error(m, type, code, 0, 0);