Return success in glue destroy

This commit is contained in:
Ondřej Kuzník 2021-01-20 11:37:01 +00:00
parent fc1bcaf9de
commit a99e435200

View file

@ -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