lkml.org 
[lkml]   [1999]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 2.2.10ac3] removed duplication
Just a duplicated line in neighbourd.c 

- Marcelo
--- net/core/neighbour.c.orig Mon Jun 21 17:46:21 1999
+++ net/core/neighbour.c Mon Jun 21 17:46:33 1999
@@ -354,7 +354,6 @@
u32 h;

for (h=0; h<=PNEIGH_HASHMASK; h++) {
- np = &tbl->phash_buckets[h];
np = &tbl->phash_buckets[h];
while ((n=*np) != NULL) {
if (n->dev == dev || dev == NULL) {
\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.103 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site