git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8274eb9
)
windows-cleanup-head-20080205
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Wed, 6 Feb 2008 02:08:32 +0000 (
02:08
+0000)
committer
Jeffrey 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
patch
|
blob
|
history
diff --git
a/src/WINNT/afsd/smb.c
b/src/WINNT/afsd/smb.c
index
f3c1e1c
..
ca9f514
100644
(file)
--- 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,