diff options
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r-- | source3/smbd/trans2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index fe44965674..70f834af8a 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -28,7 +28,6 @@ extern int DEBUGLEVEL; extern int Protocol; extern BOOL case_sensitive; extern int Client; -extern int oplock_sock; extern int smb_read_error; extern fstring local_machine; extern int global_oplock_break; @@ -1922,8 +1921,7 @@ int reply_trans2(connection_struct *conn, num_params_sofar < total_params) { BOOL ret; - ret = receive_next_smb(Client,oplock_sock,inbuf,bufsize, - SMB_SECONDARY_WAIT); + ret = receive_next_smb(inbuf,bufsize,SMB_SECONDARY_WAIT); if ((ret && (CVAL(inbuf, smb_com) != SMBtranss2)) || !ret) { |