{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1756979882,"commit_time":1757241404,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"b85cb8cb4e143d1615d4fcc1ce8f2f7b66453995","message":"openldap: fix `-Wtentative-definition-compat`\n\nIt's a `-Weverything` warning that appeared in llvm/clang 21.\n\n```\nlib/openldap.c:1297:19: warning: duplicate declaration of 'ldapsb_tls' is invalid in C++ [-Wtentative-definition-compat]\n 1297 | static Sockbuf_IO ldapsb_tls =\n      |                   ^\nlib/openldap.c:499:19: note: previous declaration is here\n  499 | static Sockbuf_IO ldapsb_tls;\n      |                   ^\n```\n\nReported-by: correctmost on github\nFixes #18470\nCherry-picked from #18477\nCloses #18485\n","parents":["6905370df5fcf2b0d0fc443448d17fc98113b067"],"tree_hash":"47e1510a2b38fda632af1e8f2b91efabf99f8e8d"}