From 5c328da92fbf7a7e8b26ded2df085d3cf49f67f5 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 11 Apr 2005 12:18:03 +0000 Subject: Added getrlimit/setrlimit to set process limits to allow a core dump Removed some logging from wildcard.cpp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1040 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/wildcard.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wildcard.cpp') diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 47fbaf002..123abc500 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -105,10 +105,8 @@ bool match(const char* literal, const char* mask) log(DEBUG,"Match '%s' to '%s'",L,M); if ((!strchr(M,'*')) && (!strchr(M,'?'))) { - log(DEBUG,"Short circuiting literal"); if (!strcasecmp(L,M)) { - log(DEBUG,"Literal match"); return true; } } -- cgit v1.2.3