diff options
author | venaas <venaas> | 2008-06-10 11:11:54 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-06-10 11:11:54 +0000 |
commit | ad526bb6c269419ccaa07289b578b53d86e88619 (patch) | |
tree | f41f523e314c434d820913b56dadd4bde1818cd1 /radsecproxy.c | |
parent | be653ec1827a47e129fd656312cffb109e87aad8 (diff) |
removed some harmless compiler warnings
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@289 e88ac4ed-0b26-0410-9574-a7f39faa03bf
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 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; |