summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ipmr.c')
-rw-r--r--net/ipv4/ipmr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c
index 79ecd1102..99cda3ea0 100644
--- a/net/ipv4/ipmr.c
+++ b/net/ipv4/ipmr.c
@@ -9,7 +9,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
- * Version: $Id: ipmr.c,v 1.37 1998/10/03 09:37:39 davem Exp $
+ * Version: $Id: ipmr.c,v 1.38 1999/01/12 14:34:40 davem Exp $
*
* Fixes:
* Michael Chastain : Incorrect size of copying.
@@ -267,7 +267,6 @@ static void ipmr_update_threshoulds(struct mfc_cache *cache, unsigned char *ttls
cache->mfc_minvif = vifi;
if (cache->mfc_maxvif <= vifi)
cache->mfc_maxvif = vifi + 1;
- vifi++;
}
}
end_bh_atomic();