]> jfr.im git - solanum.git/blobdiff - modules/m_starttls.c
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / m_starttls.c
index a0826736928cc8f3cc37ed52294770b8b9acf770..6159cac5281a98311b84d39816e629c9d207ab25 100644 (file)
@@ -84,7 +84,8 @@ mr_starttls(struct Client *client_p, struct Client *source_p, int parc, const ch
        else
                return 1;
 
-#endif
+#else
        sendto_one_numeric(client_p, ERR_STARTTLS, form_str(ERR_STARTTLS), "TLS is not configured");
+#endif
        return 0;
 }