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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;