[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8195) Regression: wrong conversion specifier for "port" in "ldap_domain2hostlist"



Full_Name: Sergio Gelato
Version: 2.4.40
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (85.225.123.131)


Commit 5de85b922aaa5bfa6eb53db6000adf01ebdb0736 has undone the fix for
ITS#6644.

As a consequence, if one has a record
    _ldap._tcp.example.org IN SRV 0 0 38900 ldap.example.org
ldap_domain2hostlist("example.org",&result) returns
    ldap.example.org:-26636
as the value of the result string.