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;