From ad526bb6c269419ccaa07289b578b53d86e88619 Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 10 Jun 2008 11:11:54 +0000 Subject: removed some harmless compiler warnings git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@289 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 4aa52e3..ffabc0d 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2632,7 +2632,7 @@ struct list *addsrvconfs(char *value, char **names) { struct list *conflist; int n; struct list_node *entry; - struct clsrvconf *conf; + struct clsrvconf *conf = NULL; if (!names || !*names) return NULL; -- cgit v1.1