ref: 714262cf9f49685e7bc230fc5adbc010f172ed1c
parent: bc64dd241cd1c3a290a8dcb4eefb1bf179661d09
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Nov 8 17:33:48 EST 2016
kernel/ip: fix typo (rfc -> ifc)
--- a/sys/src/9/ip/ip.c
+++ b/sys/src/9/ip/ip.c
@@ -402,7 +402,7 @@
}
/* reassemble if the interface expects it */
-if(r->ifc == nil) panic("nil route rfc");+if(r->ifc == nil) panic("nil route ifc"); if(r->ifc->reassemble){frag = nhgets(h->frag);
if(frag & ~IP_DF) {--
⑨