add missing return to at_add (ITS#1159)

This commit is contained in:
Kurt Zeilenga 2001-05-24 00:44:23 +00:00
parent 5926fbaa2d
commit 99934efc8f
3 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,8 @@
OpenLDAP 2.0 Change Log
OpenLDAP 2.0.11 Engineering
Fix attribute parse bug (ITS#1159)
OpenLDAP 2.0.10 Release
Build Environment
Fix TLS-less build (ITS#1156)

View file

@ -1 +1 @@
2.0.10-Release
2.0.11-Engineering

View file

@ -328,6 +328,7 @@ at_add(
}
code = at_insert(sat,err);
return code;
}
#ifdef LDAP_DEBUG