]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-info.c
S2S-TLS/GnuTLS: Update SSL code for GnuTLS certificate reloading
[ngircd-alex.git] / src / ngircd / irc-info.c
index 718aa9905835ac0482cc0e74ad4643090517d558..9a531bb06663c2acf653c26b9ea3944c1efbf07b 100644 (file)
@@ -910,7 +910,7 @@ IRC_STATS( CLIENT *Client, REQUEST *Req )
                if (!Op_Check(from, Req))
                        return Op_NoPrivileges(from, Req);
                more_links = true;
-
+               /* fall through */
        case 'l':       /* Link status (servers and own link) */
                time_now = time(NULL);
                for (con = Conn_First(); con != NONE; con = Conn_Next(con)) {
@@ -1375,7 +1375,7 @@ IRC_WHOWAS( CLIENT *Client, REQUEST *Req )
 /**
  * Send LUSERS reply to a client.
  *
- * @param Client The receipient of the information.
+ * @param Client The recipient of the information.
  * @return CONNECTED or DISCONNECTED.
  */
 GLOBAL bool