Source code is
|| ((url[4] == 's' || url[4] == 'S'
|| url[4] == 'i' || url[4] == 'i')Maybe better code:
|| ((url[4] == 's' || url[4] == 'S'
|| url[4] == 'i' || url[4] == 'I')Source code is
|| ((url[4] == 's' || url[4] == 'S'
|| url[4] == 'i' || url[4] == 'i')Maybe better code:
|| ((url[4] == 's' || url[4] == 'S'
|| url[4] == 'i' || url[4] == 'I')| rG GnuPG | |||
| rG0795ab1c8f95 dirmngr: Fix case handling of "ldapi" scheme. | |||
The LDAP code is actually in very bad shape because @neal added it without utilizing the ldap wrapper and thus a timeout won't work reliable.