mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
rc in glue_tool_entry_put() is an int, not NOID (unsigned long).
This commit is contained in:
parent
ca615a4b3a
commit
ecef4972fe
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ glue_tool_entry_put (
|
|||
)
|
||||
{
|
||||
BackendDB *be, b2;
|
||||
int rc = NOID;
|
||||
int rc = -1;
|
||||
|
||||
b2 = *b0;
|
||||
b2.bd_info = (BackendInfo *)glue_tool_inst( b0->bd_info );
|
||||
|
|
|
|||
Loading…
Reference in a new issue