Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190948
b: refs/heads/master
c: ad6cca6
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Steve French committed Apr 26, 2010
1 parent 175c665 commit aec2bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 04912d6a20185473db025061b9b2c81fbdffc48b
refs/heads/master: ad6cca6d5d0f713e1987e20ed982cfa9eb16b27e
2 changes: 1 addition & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -2421,7 +2421,7 @@ cleanup_volume_info(struct smb_vol **pvolume_info)
{
struct smb_vol *volume_info;

if (!pvolume_info && !*pvolume_info)
if (!pvolume_info || !*pvolume_info)
return;

volume_info = *pvolume_info;
Expand Down

0 comments on commit aec2bf8

Please sign in to comment.