提交 f5823f5e 编写于 作者: M Muhammad Usama Anjum 提交者: Steve French

cifs: remove initialization value

Don't initialize the rc as its value is being overwritten before its
use.
Reviewed-by: NPaulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: NMuhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: NSteve French <stfrench@microsoft.com>
上级 943deb60
...@@ -873,7 +873,7 @@ SMB2_negotiate(const unsigned int xid, ...@@ -873,7 +873,7 @@ SMB2_negotiate(const unsigned int xid,
struct smb2_negotiate_rsp *rsp; struct smb2_negotiate_rsp *rsp;
struct kvec iov[1]; struct kvec iov[1];
struct kvec rsp_iov; struct kvec rsp_iov;
int rc = 0; int rc;
int resp_buftype; int resp_buftype;
int blob_offset, blob_length; int blob_offset, blob_length;
char *security_blob; char *security_blob;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册