diff --git a/src/WINNT/afsd/smb.c b/src/WINNT/afsd/smb.c index f3c1e1c89b..ca9f514976 100644 --- a/src/WINNT/afsd/smb.c +++ b/src/WINNT/afsd/smb.c @@ -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,