]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are *identical*
[user/henk/code/inspircd.git] / src / inspircd.cpp
index c370c7f842d462f0fa6610dcbfc35f4f3e33c3a6..e65816f48bbcf07daad8e3e6bbdef505b467743c 100644 (file)
@@ -527,6 +527,7 @@ int InspIRCd::Run()
                                                 */
                                                if (incomingSockfd >= 0)
                                                {
+                                                       NonBlocking(incomingSockfd);
                                                        if (Config->GetIOHook(in_port))
                                                        {
                                                                Config->GetIOHook(in_port)->OnRawSocketAccept(incomingSockfd, target, in_port);