1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 05:03: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
+2
View File
@@ -1612,3 +1612,5 @@ seen. gmtime warning still there
suggested by tony0man (#0000373)
- Fixed a bug where /htm would report "no such server" when used locally, reported by
jollino (#0000343)
- Possibly fixed some crash bugs in scan_socks and scan_http in Win32 reported by
UrLoverGuy13 and Xose (#0000389)
-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;
}