1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 23:23:12 +02:00

Scanner win32 fixes

This commit is contained in:
codemastr
2002-10-13 21:47:57 +00:00
parent 0a1a2e217f
commit 806701ac23
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -309,6 +309,5 @@ exituniverse:
IRCMutexLock((h->lock));
h->refcnt--;
IRCMutexUnlock((h->lock));
IRCExitThread(NULL);
return;
}
-2
View File
@@ -304,7 +304,6 @@ exituniverse:
h->refcnt--;
IRCMutexUnlock((h->lock));
/* We get joined, we need no steekin Detach */
IRCExitThread(NULL);
return;
}
@@ -467,7 +466,6 @@ exituniverse:
h->refcnt--;
IRCMutexUnlock(h->lock);
/* We need no steekin detach */
IRCExitThread(NULL);
return;
}