X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=blobdiff_plain;f=source3%2Fsmbd%2Fipc.c;h=dd9b9661ae8e99cc424bd72d53cd87903da8c7fe;hp=920284fc9f964cf5ba7ca74024e488d9d4837088;hb=3d088fd65e3e49949dfd98b464ad6e08f6115099;hpb=5d39d23f04425ab8602da0e56ef00056dfd2d8ff diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 920284fc9f9..dd9b9661ae8 100644 --- 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"));