[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: a typo in servers/slapd/sasl.c (ITS#665)
Fixed multiple typos, please test, thanks.
At 09:10 PM 8/15/00 +0000, mei@isi.edu wrote:
>Full_Name: mei-hui su
>Version: openldap 2.0 latest
>OS: solaris 2.7
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (128.9.64.206)
>
>
>Hi,
>
> is this a typo ? around line #470
>
> if( username == NULL || (
> !strncasecmp( username, "anonymous", sizeof("anonyous")-1 ) &&
><<---
> ( ( username[sizeof("anonymous")] == '\0' ) ||
> ( username[sizeof("anonymous")] == '@' ) ) ) )
> {
>
>
>
>mei