diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-29 00:33:54 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-29 00:33:54 +0000 |
commit | eb44d39f87bd96c982377f835c69107684131330 (patch) | |
tree | 6de5a89a3ba534fbc379caabe8e8020e8287e62b | |
parent | d2a9c07bd45ab0c97b49364faf80588ff5558f8f (diff) |
Changed some little bits and bobs here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2693 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/dnsqueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |