]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#6949 fix logfile_only regression in prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 29 Sep 2021 13:39:28 +0000 (14:39 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 29 Sep 2021 13:39:28 +0000 (14:39 +0100)
servers/slapd/bconfig.c

index b7e417ed644135dc7186c30184b44a58fdb9be16..1c7de68187b63c0de15c38efe9949f0018694664 100644 (file)
@@ -2440,6 +2440,7 @@ sortval_reject:
                        } else {
                                ldap_syslog = config_syslog;
                        }
+                       logfile_only = c->value_int;
                        break;
 
                case CFG_LOGFILE_ROTATE: {