Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294585
b: refs/heads/master
c: 1daaae8
h: refs/heads/master
i:
  294583: ac22866
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Mar 21, 2012
1 parent 6f08576 commit c71e3e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10b9b98e41ba248a899f6175ce96ee91431b6194
refs/heads/master: 1daaae8fa4afe3df78ca34e724ed7e8187e4eb32
3 changes: 2 additions & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit c71e3e2

Please sign in to comment.