Make this buildable with MROUTING defined.

Specified by: eivind, phk
This commit is contained in:
Yoshinobu Inoue 1999-12-08 11:57:36 +00:00
parent 3decdf5dc1
commit f51ff7fadd

View File

@ -262,7 +262,7 @@ in_gif_input(m, va_alist)
#ifdef MROUTING
/* for backward compatibility */
if (proto == IPPROTO_IPV4) {
ipip_input(m, off, proto);
ipip_input(m, off);
return;
}
#endif /*MROUTING*/