kernel/ip: fix typo (rfc -> ifc)

This commit is contained in:
cinap_lenrek 2016-11-08 22:33:48 +01:00
parent ba38aa8b9d
commit d97eb114d5

View file

@ -402,7 +402,7 @@ ipiput4(Fs *f, Ipifc *ifc, Block *bp)
}
/* 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) {