summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
Diffstat (limited to 'userspace')
-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;