Dr. Werner Fink 2009-09-10 08:21:58 +00:00 committed by Git OBS Bridge
parent 22bf33e3fa
commit bd460191d5
2 changed files with 13 additions and 0 deletions

View File

@ -8,3 +8,11 @@
}
static inline int isnetfs(const char * type)
@@ -1650,6 +1651,7 @@ static void scan_knfsd(struct names *nam
}
}
+ fclose(fp);
}
#endif /* NFSCHECKS */

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 10 10:21:09 CEST 2009 - werner@suse.de
- For future use fix fd leak reported by David Binderman (bnc#536209)
-------------------------------------------------------------------
Mon Aug 10 11:27:07 CEST 2009 - werner@suse.de