Skip to content
Snippets Groups Projects
Commit 65528b19 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Blue Swirl
Browse files

slirp: fix unmatched bracket in if 0


Fix unmatched bracket in commented out code

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent acedcfbf
No related branches found
No related tags found
No related merge requests found
......@@ -647,8 +647,6 @@ typedef u_int32_t n_time;
if (forward) {
ip_forward(m, 1);
return (1);
}
}
}
return (0);
bad:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment