summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-08-11 12:01:33 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-08-11 12:01:33 +0000
commiteaa394ec696457bbe114add4d28da07ad64b6fa4 (patch)
treeb9072e9706bed1d9b65c76eee59bdcd0aaef4b77 /userspace/ebtables2
parent1e25d677ae86548bdd215e0f37baaf07508a2543 (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2')
-rw-r--r--userspace/ebtables2/ebtables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/ebtables.c b/userspace/ebtables2/ebtables.c
index 24613c2..e6f798b 100644
--- a/userspace/ebtables2/ebtables.c
+++ b/userspace/ebtables2/ebtables.c
@@ -1473,7 +1473,7 @@ static void get_kernel_table(const char *modprobe)
// the main thing
int main(int argc, char *argv[])
{
- char *buffer, allowbc = 'n';
+ char *buffer;
int c, i;
// this special one for the -Z option (we can have -Z <this> -L <that>)
int zerochain = -1;