kernel/ip: fix typo (rfc -> ifc)
This commit is contained in:
parent
ba38aa8b9d
commit
d97eb114d5
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ ipiput4(Fs *f, Ipifc *ifc, Block *bp)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* reassemble if the interface expects it */
|
/* 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){
|
if(r->ifc->reassemble){
|
||||||
frag = nhgets(h->frag);
|
frag = nhgets(h->frag);
|
||||||
if(frag & ~IP_DF) {
|
if(frag & ~IP_DF) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue