From eb44d39f87bd96c982377f835c69107684131330 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 29 Dec 2005 00:33:54 +0000 Subject: Changed some little bits and bobs here git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2693 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dnsqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dnsqueue.cpp') diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp index 74bcca34f..8ea0f3ec3 100644 --- a/src/dnsqueue.cpp +++ b/src/dnsqueue.cpp @@ -264,7 +264,7 @@ void dns_poll(int fdcheck) * just to be safe so we dont get any more events * about it. */ - if (SE) + if (ServerInstance && ServerInstance->SE) ServerInstance->SE->DelFd(fdcheck); } -- cgit v1.3.1-10-gc9f91