mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
Fix no backend type case in backend_init.
This commit is contained in:
parent
f0a9df6cd6
commit
7f804b5c1b
1 changed files with 1 additions and 2 deletions
|
|
@ -93,8 +93,7 @@ int backend_init(void)
|
|||
"backend_init: failed\n",
|
||||
0, 0, 0 );
|
||||
|
||||
|
||||
return rc;
|
||||
return rc ? rc : -1;
|
||||
}
|
||||
|
||||
int backend_startup(int n)
|
||||
|
|
|
|||
Loading…
Reference in a new issue