Update of /cvsroot/perl-ldap/sasl/lib/Authen/SASL/Perl
In directory sc8-pr-cvs1:/tmp/cvs-serv23768/lib/Authen/SASL/Perl
Modified Files:
DIGEST_MD5.pm
Log Message:
Fix typo
Index: DIGEST_MD5.pm
===================================================================
RCS file: /cvsroot/perl-ldap/sasl/lib/Authen/SASL/Perl/DIGEST_MD5.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DIGEST_MD5.pm 17 Oct 2003 20:17:20 -0000 1.2
+++ DIGEST_MD5.pm 17 Oct 2003 20:19:14 -0000 1.3
@@ -47,7 +47,7 @@
$sparams{$k} = $v;
}
- return $self->set_error("Bad challenge: '$challenge'"
+ return $self->set_error("Bad challenge: '$challenge'")
if length $challenge;
my %response = (
|