Skip to content
Snippets Groups Projects
Commit 99934efc authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

add missing return to at_add (ITS#1159)

parent 5926fbaa
No related branches found
No related tags found
No related merge requests found
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)
......
2.0.10-Release
2.0.11-Engineering
......@@ -328,6 +328,7 @@ at_add(
}
code = at_insert(sat,err);
return code;
}
#ifdef LDAP_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment