diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-08-01 15:34:16 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-08-01 15:34:16 +0000 |
commit | c87c964c57478952f88a66a7b3ef0b2d2ba428fd (patch) | |
tree | fd2eb6d0cd3fafd8eb9b144eaa907c2c2df9fdc5 /communication.c | |
parent | 63e2c70cbfe43771481336a5f16cd6b8e42314c7 (diff) | |
download | ebtables-c87c964c57478952f88a66a7b3ef0b2d2ba428fd.tar.gz ebtables-c87c964c57478952f88a66a7b3ef0b2d2ba428fd.tar.bz2 ebtables-c87c964c57478952f88a66a7b3ef0b2d2ba428fd.zip |
*** empty log message ***
Diffstat (limited to 'communication.c')
-rw-r--r-- | communication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/communication.c b/communication.c index e9a22b1..02db500 100644 --- a/communication.c +++ b/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"))) |