Typo correction in comment

This commit is contained in:
peterbulmer 2008-10-07 22:25:48 +00:00
parent b7658fa0de
commit c8a6dfee9b

View File

@ -197,7 +197,7 @@ function mnet_server_strip_signature($plaintextmessage) {
$signature = base64_decode($sig_parser->signature);
$certificate = $MNET_REMOTE_CLIENT->public_key;
// If we don't have any certificate for the host, but don't try to check the signature
// If we don't have any certificate for the host, don't try to check the signature
// Just return the parsed request
if ($certificate == false) {
return $payload;