mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Return success in glue destroy
This commit is contained in:
parent
fc1bcaf9de
commit
a99e435200
1 changed files with 1 additions and 1 deletions
|
|
@ -1327,7 +1327,7 @@ glue_db_destroy (
|
|||
glueinfo *gi = (glueinfo *)on->on_bi.bi_private;
|
||||
|
||||
free (gi);
|
||||
return SLAP_CB_CONTINUE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue