[Fedora-directory-commits] ldapserver/ldap/servers/slapd attrsyntax.c, 1.8, 1.9

Nathan Kinder nkinder at fedoraproject.org
Mon Jan 19 19:43:50 UTC 2009


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30232/ldap/servers/slapd

Modified Files:
	attrsyntax.c 
Log Message:
Resolves: 474945
Summary: Fixed assertion when improperly deleting syntaxinfo.



Index: attrsyntax.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/attrsyntax.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- attrsyntax.c	15 Oct 2008 06:30:03 -0000	1.8
+++ attrsyntax.c	19 Jan 2009 19:43:47 -0000	1.9
@@ -567,7 +567,6 @@
 			rc = LDAP_TYPE_OR_VALUE_EXISTS;
 			goto cleanup_and_return;
 		}
-		attr_syntax_delete(oldas_from_name);
 	} else if ( NULL != oldas_from_oid ) {
 		/* failure - OID is in use but name does not exist */
 		rc = LDAP_TYPE_OR_VALUE_EXISTS;




More information about the Fedora-directory-commits mailing list