mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
windows-cleanup-head-20080205
LICENSE MIT cleanup junk that does not belong
This commit is contained in:
parent
8274eb91f1
commit
66d8633b46
@ -9085,7 +9085,7 @@ void smb_Init(osi_log_t *logp, int useV3,
|
||||
|
||||
phandle = thrd_Create(NULL, 65536, (ThreadFunc) smb_ClientWaiter,
|
||||
NULL, 0, &lpid, "smb_ClientWaiter");
|
||||
osi_assertx(phandle != NULL, , "smb_ClientWaiter thread creation failure");
|
||||
osi_assertx(phandle != NULL, "smb_ClientWaiter thread creation failure");
|
||||
thrd_CloseHandle(phandle);
|
||||
|
||||
phandle = thrd_Create(NULL, 65536, (ThreadFunc) smb_ServerWaiter,
|
||||
|
Loading…
Reference in New Issue
Block a user