mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 18:09:26 -05:00
add missing return bug
This commit is contained in:
parent
aff4f66fe6
commit
2433719316
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ at_add(
|
|||
}
|
||||
|
||||
code = at_insert(sat,err);
|
||||
return code;
|
||||
}
|
||||
|
||||
#ifdef LDAP_DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue