aboutsummaryrefslogtreecommitdiff
path: root/forward.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--forward.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/forward.c b/forward.c
index 11d6d28..a6b8923 100644
--- a/forward.c
+++ b/forward.c
@@ -772,7 +772,7 @@ process_incoming_link (struct context *c)
#endif
#ifdef PACKET_TRUNCATION_CHECK
- //if (c->c2.buf.len > 1) --c->c2.buf.len; // JYFIXME
+ /* if (c->c2.buf.len > 1) --c->c2.buf.len; JYFIXME */
ipv4_packet_size_verify (BPTR (&c->c2.buf),
BLEN (&c->c2.buf),
TUNNEL_TYPE (c->c1.tuntap),
@@ -913,7 +913,7 @@ process_incoming_tun (struct context *c)
process_ipv4_header (c, PIPV4_PASSTOS|PIPV4_MSSFIX, &c->c2.buf);
#ifdef PACKET_TRUNCATION_CHECK
- //if (c->c2.buf.len > 1) --c->c2.buf.len; // JYFIXME
+ /* if (c->c2.buf.len > 1) --c->c2.buf.len; JYFIXME */
ipv4_packet_size_verify (BPTR (&c->c2.buf),
BLEN (&c->c2.buf),
TUNNEL_TYPE (c->c1.tuntap),