Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
network
>
tcp_wrappers
> tcp_wrappers-7.6-162412.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tcp_wrappers-7.6-162412.patch of Package tcp_wrappers
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;