]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10415 lloadd: Correct attribute OID
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 14 May 2026 13:44:18 +0000 (14:44 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 20 May 2026 15:45:03 +0000 (15:45 +0000)
servers/lloadd/config.c

index d13eab7083d3bb643d270454ae86e8707865cd3d..d9ec396b4eee033ea91b9f02bcc4a1aea96da9e4 100644 (file)
@@ -345,7 +345,7 @@ static ConfigTable config_back_cf_table[] = {
     { "sockbuf_max_pending_client", "max", 2, 2, 0,
         ARG_BER_LEN_T|ARG_MAGIC|CFG_MAXBUF_PENDING,
         &config_generic,
-        "( OLcfgBkAt:41.1 "
+        "( OLcfgBkAt:13.41 "
             "NAME 'olcBkLloadSockbufMaxPendingClient' "
             "DESC 'The maximum amount of buffer space available per connection' "
             "EQUALITY integerMatch "