From: Peter Palfrader Date: Sun, 30 Oct 2011 16:40:52 +0000 (+0100) Subject: Util.pm:UpgradeConnection(): properly concatenate strings X-Git-Tag: release-0.3.33~5 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=commitdiff_plain;h=5395e53d542c72fcadd2c2bcba80a51b9597c12b Util.pm:UpgradeConnection(): properly concatenate strings --- 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