From: Jeffrey Altman Date: Wed, 6 Feb 2008 02:08:32 +0000 (+0000) Subject: windows-cleanup-head-20080205 X-Git-Tag: BP-openafs-windows-kdfs-ifs~136 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=66d8633b460448d538178719206bf0b7b3989406;p=packages%2Fo%2Fopenafs.git windows-cleanup-head-20080205 LICENSE MIT cleanup junk that does not belong --- diff --git a/src/WINNT/afsd/smb.c b/src/WINNT/afsd/smb.c index f3c1e1c89..ca9f51497 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,