From 821951b851a2dfabcd09b5396844d401ac3467d7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 24 Dec 2002 23:53:46 +0000 Subject: [PATCH] Avoid double definition of config. PR: 420 --- apps/req.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/req.c b/apps/req.c index 4dca798e4a..4fa5ae6fe8 100644 --- a/apps/req.c +++ b/apps/req.c @@ -141,7 +141,6 @@ static int req_check_len(int len,int n_min,int n_max); static int check_end(char *str, char *end); #ifndef MONOLITH static char *default_config_file=NULL; -static CONF *config=NULL; #endif static CONF *req_conf=NULL; static int batch=0; -- GitLab