Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarr committed Oct 17, 2003
1 parent c5dccbd commit 0528742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Authen/SASL/Perl/DIGEST_MD5.pm
Expand Up @@ -47,7 +47,7 @@ sub client_step # $self, $server_sasl_credentials
$sparams{$k} = $v;
}

return $self->set_error("Bad challenge: '$challenge'"
return $self->set_error("Bad challenge: '$challenge'")
if length $challenge;

my %response = (
Expand Down

0 comments on commit 0528742

Please sign in to comment.