mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Silence compiler warning by adding explicit return 0 to ppolicy_db_destroy
This commit is contained in:
parent
95da208a69
commit
db564ab516
1 changed files with 1 additions and 0 deletions
|
|
@ -2352,6 +2352,7 @@ ppolicy_db_destroy(
|
|||
pwc--;
|
||||
ch_free( pwc );
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static char *extops[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue