windows-cleanup-head-20080205

LICENSE MIT

cleanup junk that does not belong
This commit is contained in:
Jeffrey Altman 2008-02-06 02:08:32 +00:00
parent 8274eb91f1
commit 66d8633b46

View File

@ -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,