[Fedora-directory-commits] ldapserver/ldap/servers/slapd dn.c, 1.6, 1.6.2.1

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Mon Feb 20 18:14:52 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23432

Modified Files:
      Tag: Directory71RtmBranch
	dn.c 
Log Message:
[175063] entry with escaped characters fails to import and index



Index: dn.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/dn.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- dn.c	19 Apr 2005 22:07:36 -0000	1.6
+++ dn.c	20 Feb 2006 18:14:43 -0000	1.6.2.1
@@ -188,8 +188,7 @@
 		case INVALUE:
 			if ( gotesc ) {
 			    if ( SEPARATOR( *s ) ) {
-				if ( value_separator ) value_separator = dn;
-				else value_separator = d;
+				value_separator = d;
 			    } else if ( ! NEEDSESCAPE( *s ) ) {
 				--d; /* eliminate the \ */
 			    }




More information about the Fedora-directory-commits mailing list