]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10380 Log server version on logfile change
authorOndřej Kuzník <ondra@mistotebe.net>
Fri, 22 Aug 2025 13:23:19 +0000 (14:23 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 8 Sep 2025 23:10:53 +0000 (23:10 +0000)
servers/slapd/logging.c

index b72e9b7782554c98af0b09d01fbb3a160a975d77..d84bdc0e05a65bc87a3e0313e5fcf87cdbbc9581 100644 (file)
@@ -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;