From 71204a50293035e5e7eb4807285ac0181c69e4f3 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 1 Feb 2011 15:48:03 +1100 Subject: Various compile fixes. Make "make everything" succeed. This fixed some real bugs. Signed-off-by: NeilBrown --- mapfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapfile.c') diff --git a/mapfile.c b/mapfile.c index 1cc61d1b..ff1e9736 100644 --- a/mapfile.c +++ b/mapfile.c @@ -380,7 +380,7 @@ void RebuildMap(void) int dfd; int ok; struct supertype *st; - char *subarray; + char *subarray = NULL; char *path; struct mdinfo *info; -- cgit v1.2.3