Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3138feea1c0138df7d6be9921437264a > files > 1

tcp_wrappers-7.6-37mdv2009.0.src.rpm

diff -up tcp_wrappers_7.6/inetcf.c.patch16 tcp_wrappers_7.6/inetcf.c
--- tcp_wrappers_7.6/inetcf.c.patch16	2008-08-29 09:45:12.000000000 +0200
+++ tcp_wrappers_7.6/inetcf.c	2008-08-29 09:45:12.000000000 +0200
@@ -61,7 +61,7 @@ char   *inet_cfg(conf)
 char   *conf;
 {
     char    buf[BUFSIZ];
-    FILE   *fp;
+    FILE   *fp = NULL;
     char   *service;
     char   *protocol;
     char   *user;