git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599707c
)
Remove an unused variable
author
Volker Lendecke
<vl@samba.org>
Sat, 8 Nov 2008 15:03:07 +0000
(16:03 +0100)
committer
Volker Lendecke
<vl@samba.org>
Fri, 28 Nov 2008 07:23:20 +0000
(08:23 +0100)
source3/smbd/trans2.c
patch
|
blob
|
history
diff --git
a/source3/smbd/trans2.c
b/source3/smbd/trans2.c
index 0c63588ccc2c90f38db423343402cd6848d53a83..3a28bd424f167497085c6918567620dd727ce226 100644
(file)
--- a/
source3/smbd/trans2.c
+++ b/
source3/smbd/trans2.c
@@
-7533,7
+7533,6
@@
void reply_trans2(struct smb_request *req)
unsigned int psoff;
unsigned int pscnt;
unsigned int tran_call;
- unsigned int size;
unsigned int av_size;
struct trans_state *state;
NTSTATUS result;
@@
-7551,7
+7550,6
@@
void reply_trans2(struct smb_request *req)
psoff = SVAL(req->vwv+10, 0);
pscnt = SVAL(req->vwv+9, 0);
tran_call = SVAL(req->vwv+14, 0);
- size = smb_len(req->inbuf) + 4;
av_size = smb_len(req->inbuf);
result = allow_new_trans(conn->pending_trans, req->mid);