mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
ITS#9730 fix logging config uninit'd rc
This commit is contained in:
parent
8dcf12f7da
commit
eab4ece0c2
@ -552,7 +552,7 @@ loglevel_print( FILE *out )
|
||||
|
||||
int
|
||||
config_logging(ConfigArgs *c) {
|
||||
int i, rc;
|
||||
int i, rc = 0;
|
||||
|
||||
if ( loglevel_ops == NULL ) {
|
||||
loglevel_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user