mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
ITS#9730 fix logging config uninit'd rc
This commit is contained in:
parent
8dcf12f7da
commit
eab4ece0c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue