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

Re: bug searching for 'attr==+=' (ITS#267)



Good suggestion!  I commented out the "case '+':" line as you
suggested and my bug went away.  Here's the diff:

    Index: servers/slapd/filterentry.c
    ===================================================================
    RCS file: /repo/OpenLDAP/pkg/ldap/servers/slapd/filterentry.c,v
    retrieving revision 1.4.2.2.2.1
    diff -r1.4.2.2.2.1 filterentry.c
    291c291
    < 		case '+':
    ---
    >           /* case '+': */

I am not an openldap devloper.  Are you sure that this change will not
create other bugs?

--Noel


> Date: Sun, 22 Aug 1999 19:44:45 GMT
> From: Hallvard B Furuseth <openldap-its@OpenLDAP.org>
> 
> Does it help to delete the line
> 	case '+':
> in strcpy_special() in servers/slapd/filterentry.c?
>