tcp_wrappers/tcp_wrappers-7.6-162412.patch

12 lines
306 B
Diff
Raw Normal View History

--- tcp_wrappers_7.6/inetcf.c.162412 2006-01-24 15:33:20.000000000 +0100
+++ tcp_wrappers_7.6/inetcf.c 2006-01-24 15:35:44.000000000 +0100
@@ -61,7 +61,7 @@
char *conf;
{
char buf[BUFSIZ];
- FILE *fp;
+ FILE *fp = NULL;
char *service;
char *protocol;
char *user;