From 955b3ef59b6d69d04d82c07a8f8548654c4d4d98 Mon Sep 17 00:00:00 2001 From: special Date: Wed, 6 May 2009 22:59:05 +0000 Subject: Fix two compile errors found by Shawn git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11366 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_callerid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_callerid.cpp') diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 03849fc2b..75f229401 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -286,7 +286,7 @@ public: if (!dat2) { // How the fuck is this possible. - return NULL; + return false; } for (std::list::iterator it = dat2->wholistsme.begin(); it != dat2->wholistsme.end(); it++) -- cgit v1.2.3