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;
}