Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
proftpd
> proftpd-1.3.0_ipv6.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File proftpd-1.3.0_ipv6.patch of Package proftpd (Revision 2)
Currently displaying revision
2
,
show latest
Index: src/inet.c =================================================================== --- src/inet.c.orig +++ src/inet.c @@ -296,7 +296,8 @@ int on = 0; # ifdef SOL_IP - int level = SOL_IP; + /* int level = SOL_IP; */ + int level = ipv6_proto; # else int level = ipv6_proto; # endif /* SOL_IP */