Commit f5823f5e authored by Muhammad Usama Anjum's avatar Muhammad Usama Anjum Committed by Steve French

cifs: remove initialization value

Don't initialize the rc as its value is being overwritten before its
use.
Reviewed-by: default avatarPaulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: default avatarMuhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 943deb60
......@@ -873,7 +873,7 @@ SMB2_negotiate(const unsigned int xid,
struct smb2_negotiate_rsp *rsp;
struct kvec iov[1];
struct kvec rsp_iov;
int rc = 0;
int rc;
int resp_buftype;
int blob_offset, blob_length;
char *security_blob;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment