]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Changed some little bits and bobs here
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 29 Dec 2005 00:33:54 +0000 (00:33 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 29 Dec 2005 00:33:54 +0000 (00:33 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2693 e03df62e-2008-0410-955e-edbf42e46eb7

src/dnsqueue.cpp

index 74bcca34f6f171126a347f0ff06f0a402e36d530..8ea0f3ec38f35ae2dc208260e13084500b71d646 100644 (file)
@@ -264,7 +264,7 @@ void dns_poll(int fdcheck)
         * just to be safe so we dont get any more events
         * about it.
         */
         * just to be safe so we dont get any more events
         * about it.
         */
-       if (SE)
+       if (ServerInstance && ServerInstance->SE)
                ServerInstance->SE->DelFd(fdcheck);
 }
 
                ServerInstance->SE->DelFd(fdcheck);
 }