mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 12:30:29 -05:00
ITS#10380 Log server version on logfile change
This commit is contained in:
parent
5002604537
commit
6d9f99e5f5
1 changed files with 5 additions and 0 deletions
|
|
@ -821,6 +821,11 @@ reset:
|
|||
c->log, c->cr_msg, c->argv[1]);
|
||||
return( 1 );
|
||||
}
|
||||
#ifdef HAVE_MKVERSION
|
||||
else {
|
||||
Debug( LDAP_DEBUG_ANY, "%s\n", Versionstr );
|
||||
}
|
||||
#endif
|
||||
ch_free( c->value_string );
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue