summaryrefslogtreecommitdiffstats
path: root/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
commitc87c964c57478952f88a66a7b3ef0b2d2ba428fd (patch)
treefd2eb6d0cd3fafd8eb9b144eaa907c2c2df9fdc5 /communication.c
parent63e2c70cbfe43771481336a5f16cd6b8e42314c7 (diff)
*** empty log message ***
Diffstat (limited to 'communication.c')
-rw-r--r--communication.c2
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")))