diff options
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 6100bb1..b29ce28 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2786,7 +2786,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; |