Remove a pointles call to smb_bufrem
commitff274e57eacb9ac4c81adfcfea4f7b4b668a7d94
authorVolker Lendecke <vl@samba.org>
Fri, 31 Oct 2008 21:02:45 +0000 (31 22:02 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 31 Oct 2008 21:06:22 +0000 (31 22:06 +0100)
tree887af877df10a645cd3e871c790732f0768e7a03
parent12d2bfdb867a9500fd25f1c7557564ad0368c720
Remove a pointles call to smb_bufrem

This call expanded to

(smb_buflen(req->inbuf)
  - PTR_DIFF(smb_buf(req->inbuf) - smb_buf(req->inbuf)))

which seems pretty pointless :-)
source3/smbd/sesssetup.c