unused variable in pipe_smb_write_X
authorLuke Leighton <lkcl@samba.org>
Wed, 14 Oct 1998 07:02:12 +0000 (07:02 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 14 Oct 1998 07:02:12 +0000 (07:02 +0000)
(This used to be commit cbc6ab6bb94dad7d71cfb71df3ee283831638e11)

source3/smbd/pipes.c

index 7cf7fd8ea3477e09c816b2b53f140415192b41ea..374aa70d0f265e31111d02ef35c17805b056af2d 100644 (file)
@@ -114,7 +114,6 @@ int reply_open_pipe_and_X(connection_struct *conn,
 int reply_pipe_write_and_X(char *inbuf,char *outbuf,int length,int bufsize)
 {
        pipes_struct *p = get_rpc_pipe_p(inbuf,smb_vwv2);
-       uint32 smb_offs = IVAL(inbuf,smb_vwv3);
        size_t numtowrite = SVAL(inbuf,smb_vwv10);
        int nwritten = -1;
        int smb_doff = SVAL(inbuf, smb_vwv11);