2.1.31: typo in ipmr.c

Jonathan Corbet (corbet@stout.atd.ucar.edu)
Fri, 04 Apr 1997 15:40:12 -0700


The following patch fixes a transposition in net/ipv4/ipmr.c; without this,
it don't link...

*** net/ipv4/ipmr.c Fri Apr 4 15:37:56 1997
--- net/ipv4/ipmr.c.orig Fri Apr 4 15:37:52 1997
***************
*** 357,363 ****
/* If the report failed throw the cache entry
out - Brad Parker */
if(ipmr_cache_report(skb, vifi, 0)<0)
! ipmr_cache_delete(cache);
}
}
/*
--- 357,363 ----
/* If the report failed throw the cache entry
out - Brad Parker */
if(ipmr_cache_report(skb, vifi, 0)<0)
! impr_cache_delete(cache);
}
}
/*