Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd



I think your patch looks good, however there have been some changes to ftpd
since 6.1. Also, since lukemftp is imported from NetBSD, you might want to
contact the original author so future imports won't discard this new feature.

On Monday 16 April 2007, Zhang Weiwu wrote:
                        family = (family == AF_INET) ? AF_UNSPEC :
AF_INET6; break;
+
+               case '8':
+                       utf8_mode = 1;
Add missing break statement here?
 
                case 'a':
                        bindname = optarg;

Cheers,
Pieter de Goeje
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages