]> git.proxmox.com Git - pve-common.git/commit
LDAP: fix missing newline in error message
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Mar 2020 16:29:37 +0000 (17:29 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Mar 2020 16:30:29 +0000 (17:30 +0100)
commit1175979f7878a4a003629439c3231339d88d2153
tree821e826209cb98031a48a52e1cc7ec681de3bb56
parent1714a63b3693a8b2f378b1613611b6b57c7c8cdb
LDAP: fix missing newline in error message

seems like LDAP->new doesn't adds it, so we get the ". at
/path/to/module.pm line xy" ugly error

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LDAP.pm