From 39db27cb83d68a8be934381c06389d8e7c4a4846 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 24 Dec 2002 23:53:50 +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 d8f3611ace..cffdcd1969 100644 --- a/apps/req.c +++ b/apps/req.c @@ -135,7 +135,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; -- 2.25.1