From 66d8633b460448d538178719206bf0b7b3989406 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 6 Feb 2008 02:08:32 +0000 Subject: [PATCH] windows-cleanup-head-20080205 LICENSE MIT cleanup junk that does not belong --- src/WINNT/afsd/smb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,