You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
332 B

  1. --- a/gconfig.c
  2. +++ b/gconfig.c
  3. @@ -119,7 +119,7 @@ FILE *pushgconfpaths(struct gconffile **
  4. int i;
  5. FILE *f = NULL;
  6. glob_t globbuf;
  7. - char *path, *curfile = NULL, *dir;
  8. + char *path = NULL, *curfile = NULL, *dir;
  9. /* if cfgpath is relative, make it relative to current config */
  10. if (*cfgpath == '/')