]> jfr.im git - solanum.git/blobdiff - modules/core/m_server.c
Remove stray SetCork.
[solanum.git] / modules / core / m_server.c
index dfcf18e566b38c92509f3bfbfbe4cf741bfd3ac4..47c8816b487616997eb735435f5198515a54a4d2 100644 (file)
@@ -174,13 +174,13 @@ mr_server(struct Client *client_p, struct Client *source_p, int parc, const char
                /* NOT REACHED */
                break;
        case -5:
                /* NOT REACHED */
                break;
        case -5:
-               sendto_realops_snomask(SNO_GENERAL, L_ALL,\r
-                    "Connection from servername %s requires SSL/TLS but is plaintext",\r
-                    name);\r
-               ilog(L_SERVER, "Access denied, requires SSL/TLS but is plaintext from %s", \r
-                    log_client_name(client_p, SHOW_IP));\r
-\r
-               exit_client(client_p, client_p, client_p, "Access denied, requires SSL/TLS but is plaintext");\r
+               sendto_realops_snomask(SNO_GENERAL, L_ALL,
+                    "Connection from servername %s requires SSL/TLS but is plaintext",
+                    name);
+               ilog(L_SERVER, "Access denied, requires SSL/TLS but is plaintext from %s", 
+                    log_client_name(client_p, SHOW_IP));
+
+               exit_client(client_p, client_p, client_p, "Access denied, requires SSL/TLS but is plaintext");
                return 0;
        }
 
                return 0;
        }