]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Correct error message involving no fingerprint credentials or password credentials...
authorWilliam Pitcock <redacted>
Wed, 15 Dec 2010 03:25:44 +0000 (21:25 -0600)
committerWilliam Pitcock <redacted>
Wed, 15 Dec 2010 03:25:44 +0000 (21:25 -0600)
src/newconf.c

index 65e28f8e2b13f4bd06971030b58a1dac8b4e974d..310eeaf1efe6c08771831c6e8d6995e8a5ca777f 100644 (file)
@@ -1311,7 +1311,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;
        }