diff --git a/servers/lloadd/config.c b/servers/lloadd/config.c index 91e54e8519..002ea683d9 100644 --- a/servers/lloadd/config.c +++ b/servers/lloadd/config.c @@ -626,7 +626,8 @@ static ConfigTable config_back_cf_table[] = { "EQUALITY integerMatch " "SYNTAX OMsInteger " "SINGLE-VALUE )", - NULL, NULL + NULL, + { .v_uint = 0 } }, /* cn=config only options */ @@ -747,6 +748,7 @@ static ConfigOCs lloadocs[] = { "$ olcBkLloadTLSProtocolMin " "$ olcBkLloadTLSCRLFile " "$ olcBkLloadTLSShareSlapdCTX " + "$ olcBkLloadClientMaxPending " ") )", Cft_Backend, config_back_cf_table, NULL,