Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73510
b: refs/heads/master
c: 9b8f5f5
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Nov 9, 2007
1 parent 5c194b1 commit 16ae393
Show file tree
Hide file tree
Showing 3 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: a6f8de3d9b124c95893054fd2a78bc7be5bb9000
refs/heads/master: 9b8f5f573770f33b28c45255ac82e6457278c782
1 change: 1 addition & 0 deletions trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 1.52
------------
Fix oops on second mount to server when null auth is used.

Version 1.51
------------
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,

if (volume_info.nullauth) {
cFYI(1, ("null user"));
volume_info.username = NULL;
volume_info.username = "";
} else if (volume_info.username) {
/* BB fixme parse for domain name here */
cFYI(1, ("Username: %s", volume_info.username));
Expand Down

0 comments on commit 16ae393

Please sign in to comment.