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:
@@ -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)
|
||||
|
||||
@@ -309,6 +309,5 @@ exituniverse:
|
||||
IRCMutexLock((h->lock));
|
||||
h->refcnt--;
|
||||
IRCMutexUnlock((h->lock));
|
||||
IRCExitThread(NULL);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user