0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-25 11:58:39 +02:00

Correct error message involving no fingerprint credentials or password credentials being available.

This commit is contained in:
William Pitcock 2010-12-14 21:25:44 -06:00
parent cddbab51bb
commit c8f269066c

View file

@ -1244,7 +1244,7 @@ conf_end_connect(struct TopConf *tc)
if((EmptyString(yy_server->passwd) || EmptyString(yy_server->spasswd)) && EmptyString(yy_server->certfp))
{
conf_report_error("Ignoring connect block for %s -- no certfp or password credentials provided.",
conf_report_error("Ignoring connect block for %s -- no fingerprint or password credentials provided.",
yy_server->name);
return 0;
}