commit | d44d13723b0994bc61e0f2d3efeb17856128673b | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Wed Mar 13 16:48:33 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Thu Mar 14 19:32:36 2019 -0500 |
tree | 5994b667f9414aa8f5aebf8c6310abd17b8c9ee2 | |
parent | 31ba4331d571f501fb32ae072478787e77baf52a [diff] |
cifs: remove unused value pointed out by Coverity Detected by CoverityScan CID#1438719 ("Unused Value") buf is reset again before being used so these two lines of code are useless. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>