]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-cleanup-head-20080205
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 6 Feb 2008 02:08:32 +0000 (02:08 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 6 Feb 2008 02:08:32 +0000 (02:08 +0000)
LICENSE MIT

cleanup junk that does not belong

src/WINNT/afsd/smb.c

index f3c1e1c89bad0006f2bbd9ef9649b509fb2fd93f..ca9f5149764023d7d5e959640d70e6e2c95c12b2 100644 (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,