diff --git a/[refs] b/[refs] index ce3dafc261c4..1ead32925296 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 10b9b98e41ba248a899f6175ce96ee91431b6194 +refs/heads/master: 1daaae8fa4afe3df78ca34e724ed7e8187e4eb32 diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index 03f71fb40a8a..0ac595c8c262 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -3368,7 +3368,7 @@ cifs_ra_pages(struct cifs_sb_info *cifs_sb) int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb_vol *volume_info) { - int rc = 0; + int rc; int xid; struct cifs_ses *pSesInfo; struct cifs_tcon *tcon; @@ -3395,6 +3395,7 @@ cifs_mount(struct cifs_sb_info *cifs_sb, struct smb_vol *volume_info) FreeXid(xid); } #endif + rc = 0; tcon = NULL; pSesInfo = NULL; srvTcp = NULL;