Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 02:24:30 +0800
From:      Zhang Weiwu <zhangweiwu@realss.com>
To:        freebsd-hackers@freebsd.org
Subject:   Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd
Message-ID:  <4623BF5E.7000907@realss.com>
In-Reply-To: <200704161910.17794.pieter@degoeje.nl>
References:  <1176725221.17708.16.camel@joe.realss.com> <200704161910.17794.pieter@degoeje.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Pieter de Goeje 写道:
> 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.
>   
Original author of lukemftp? I never used that software before, but 
would be glad to try as next option and see if I can patch that too. You 
already discovered (by checking my patch) I am a C newbie who only wish 
to solve his own problem at hand...
> 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?
>   
Yes. A break is missing:)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4623BF5E.7000907>