mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix no backend type case in backend_init.
This commit is contained in:
parent
f0a9df6cd6
commit
7f804b5c1b
@ -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 New Issue
Block a user