Blame SOURCES/tcp_wrappers-7.6-162412.patch

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