12 lines
291 B
Diff
12 lines
291 B
Diff
--- ebtables-v2.0.6/ebtables.c.old Thu Sep 9 22:39:49 2004
|
|
+++ ebtables-v2.0.6/ebtables.c Thu Sep 9 22:40:18 2004
|
|
@@ -1170,7 +1170,7 @@ static int check_rule_exists(int rule_nr
|
|
if (!t->compare(t->t, u_e->t))
|
|
continue;
|
|
return i;
|
|
-letscontinue:
|
|
+letscontinue:;
|
|
}
|
|
return -1;
|
|
}
|