From 5395e53d542c72fcadd2c2bcba80a51b9597c12b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 30 Oct 2011 17:40:52 +0100 Subject: [PATCH] Util.pm:UpgradeConnection(): properly concatenate strings --- Util.pm | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Util.pm b/Util.pm index b48f6dc..001de37 100644 --- a/Util.pm +++ b/Util.pm @@ -359,7 +359,7 @@ sub UpgradeConnection($) { $mesg->sync; if ($mesg->code != LDAP_SUCCESS) { print "Content-type: text/html; charset=utf-8\n\n"; - print "

STARTTLS failed: "..$mesg->error."

\n"; + print "

STARTTLS failed: ".$mesg->error."

\n"; exit(1); }; }; diff --git a/debian/changelog b/debian/changelog index a6de6b7..7f478a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ userdir-ldap-cgi (0.3.3x) xnstable; urgency=low * Change import of Net::LDAP to work on squeeze. * cracklib-packer does not like '*' as input. Filter it out in password-qualify-check. + * Util.pm:UpgradeConnection(): properly concatenate strings. - -- Peter Palfrader Sat, 16 Jul 2011 01:04:05 +0200 + -- Peter Palfrader Sun, 30 Oct 2011 17:40:45 +0100 userdir-ldap-cgi (0.3.32) unstable; urgency=low -- 2.20.1