summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/communication.c
diff options
context:
space:
mode:
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")))