mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Fix typo (thanks av6)
This commit is contained in:
parent
b44930be7e
commit
7f091c5a3b
1 changed files with 2 additions and 2 deletions
|
@ -1261,13 +1261,13 @@ function commands.check(arg)
|
|||
end
|
||||
if config.get(host, "component_module") == nil
|
||||
and not x509_verify_identity(host, "_xmpp-client", cert) then
|
||||
print(" Not vaild for client connections to "..host..".")
|
||||
print(" Not valid for client connections to "..host..".")
|
||||
cert_ok = false
|
||||
end
|
||||
if (not (config.get(host, "anonymous_login")
|
||||
or config.get(host, "authentication") == "anonymous"))
|
||||
and not x509_verify_identity(host, "_xmpp-server", cert) then
|
||||
print(" Not vaild for server-to-server connections to "..host..".")
|
||||
print(" Not valid for server-to-server connections to "..host..".")
|
||||
cert_ok = false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue