summaryrefslogtreecommitdiffstats
path: root/ebtables.c
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
commit923a57375e6ab67e198f7036fc637d980b3fe764 (patch)
treeeaf9d091be2edf1bf04d67a886cdcbdf8716ca21 /ebtables.c
parentaac311473fb4753db236e40f3f5c3865e491cb56 (diff)
*** empty log message ***
Diffstat (limited to 'ebtables.c')
-rw-r--r--ebtables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebtables.c b/ebtables.c
index 24613c2..e6f798b 100644
--- a/ebtables.c
+++ b/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;