[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Bug in openldap



Thanks for the report.  Will investigate.

At 11:59 AM 10/7/98 +0200, you wrote:
> hello
> there a little bug in openldap, in fact openldap use inet_addr to test
>if a host is given by this ip number or not. or this function doesn't
>return error code in some OS (like my digital unix 4.0d).
> it must be replaced by inet_aton.
> ( address = inet_addr( host )) == -1 must be replaced by ( inet_aton(
>host, &address)==0)
>
>
> Regards
>-- 
>Malek Shabou				    E-mail: Malek.Shabou@nic.fr
>AFNIC France				    Tel: +33 1 39 63 50 15
>c/o INRIA-Rocquencourt Domaine de Voluceau  Fax: +33 1 39 63 55 34 
>B.P.105 78153 Le Chesnay Cedex
>
>