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

Re: minor bug in slapd/backend.c (ITS#13)



Please elborate.  The check is to ensure the dn argument, a
pointer, is non-NULL and to return false if is NULL.  You
change would remove this sanity check and disallow the root
DN from being the ROOT DSE (I'm not why anyone would want to
do this, but they could).
 
At 12:55 PM 12/21/98 GMT, bob@linux.lu wrote:
>Full_Name: Bob Pepin
>Version: 1.1
>OS: suse linux
>URL: ftp://ftp.openldap.org/incoming/backend.c.diff
>Submission from: (NULL) (158.64.28.10)
>
>
>replace dn == NULL with *dn == NULL
>
>
>