summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/communication.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-08-01 15:34:16 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-08-01 15:34:16 +0000
commitfe6d05c7e148488e9ef66a0d9e952c6d64e0d7d6 (patch)
tree841b16c1023dfca282384d97db9ca45e7943b4dd /userspace/ebtables2/communication.c
parent2b91616e2fcd10536338e91cc5a70177f42a8b4e (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2/communication.c')
-rw-r--r--userspace/ebtables2/communication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/communication.c b/userspace/ebtables2/communication.c
index e9a22b1..02db500 100644
--- a/userspace/ebtables2/communication.c
+++ b/userspace/ebtables2/communication.c
@@ -557,7 +557,7 @@ static void retrieve_from_file(char *filename, struct ebt_replace *repl,
char command)
{
FILE *file;
- char *hlp;
+ char *hlp = NULL;
int size;
if (!(file = fopen(filename, "r+b")))