git.samba.org
/
kai
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- fix a bug handling readraw packets that caused the timeout to be 30
[kai/samba.git]
/
source3
/
smbd
/
ipc.c
diff --git
a/source3/smbd/ipc.c
b/source3/smbd/ipc.c
index 920284fc9f964cf5ba7ca74024e488d9d4837088..dd9b9661ae8e99cc424bd72d53cd87903da8c7fe 100644
(file)
--- a/
source3/smbd/ipc.c
+++ b/
source3/smbd/ipc.c
@@
-2823,7
+2823,7
@@
int reply_trans(char *inbuf,char *outbuf)
{
int pcnt,poff,dcnt,doff,pdisp,ddisp;
- if (!receive_smb(Client,inbuf, SMB_SECONDARY_WAIT
*1000
) ||
+ if (!receive_smb(Client,inbuf, SMB_SECONDARY_WAIT) ||
CVAL(inbuf, smb_com) != SMBtrans)
{
DEBUG(2,("Invalid secondary trans2 packet\n"));