]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/reject.c
Get rid of User.server.
[irc/rqf/shadowircd.git] / src / reject.c
index 3dd34060fbd85c33ca9a01dce9cd7e8aaf6a3b30..1073321c24fee7a1da860cfa3420e94304a646d2 100644 (file)
@@ -20,7 +20,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: reject.c 3446 2007-05-14 22:21:16Z jilles $
+ *  $Id: reject.c 3456 2007-05-18 19:14:18Z jilles $
  */
 
 #include "stdinc.h"
@@ -262,6 +262,5 @@ del_unknown_ip(struct Client *client_p)
                        patricia_remove(unknown_tree, pnode);
                }
        }
-       /* well..this shouldn't happen */
-       s_assert(0);
+       /* this can happen due to m_webirc.c's manipulations, for example */
 }