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 | 32fae31fc36459230af5b156cc4e20b1b59bffa4 (patch) | |
tree | 8240f20c3c4e0c472956ab29f70290c127ddcacb /gconfig.c | |
parent | 423f967a41c0e05355594895223578c3fe69baab (diff) |
removed some harmless compiler warnings
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@289 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.c')
-rw-r--r-- | gconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ int getconfigline(struct gconffile **cf, char *block, char **opt, char **val, in int getgenericconfig(struct gconffile **cf, char *block, ...) { va_list ap; char *opt = NULL, *val, *word, *optval, **str = NULL, ***mstr = NULL, **newmstr; - uint8_t *bln; + uint8_t *bln = NULL; int type = 0, conftype = 0, n; int (*cbk)(struct gconffile **, void *, char *, char *, char *) = NULL; void *cbkarg = NULL; |