[Modify] Polish it

master
sta 9 years ago
parent 5a5b36e8b4
commit 61a1e55c18

@ -733,12 +733,12 @@ namespace WebSocketSharp.Server
return true;
if (configuration == null) {
message = "There is no configuration for the secure connection.";
message = "There is no configuration.";
return false;
}
if (configuration.ServerCertificate == null) {
message = "There is no server certificate for the secure connection.";
message = "There is no server certificate.";
return false;
}

Loading…
Cancel
Save