aboutsummaryrefslogtreecommitdiff
path: root/net/radsecproxy/patches/300-uninit.patch
blob: 578c86826cdf96e8b82e8277153303f2b0521b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/gconfig.c
+++ b/gconfig.c
@@ -119,7 +119,7 @@ FILE *pushgconfpaths(struct gconffile **
     int i;
     FILE *f = NULL;
     glob_t globbuf;
-    char *path, *curfile = NULL, *dir;
+    char *path = NULL, *curfile = NULL, *dir;
 
     /* if cfgpath is relative, make it relative to current config */
     if (*cfgpath == '/')