Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155597
b: refs/heads/master
c: 90a98b2
h: refs/heads/master
i:
  155595: e79d1ad
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Jul 20, 2009
1 parent 1af1358 commit 8ec0775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 287638b2c533165c3c03dfa15196c2ba583cd287
refs/heads/master: 90a98b2f3f3647fb17667768a348b2b219f2a9f7
1 change: 1 addition & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -2726,6 +2726,7 @@ CIFSTCon(unsigned int xid, struct cifsSesInfo *ses,
strncpy(tcon->treeName, tree, MAX_TREE_SIZE);

/* mostly informational -- no need to fail on error here */
kfree(tcon->nativeFileSystem);
tcon->nativeFileSystem = cifs_strndup_from_ucs(bcc_ptr,
bytes_left, is_unicode,
nls_codepage);
Expand Down

0 comments on commit 8ec0775

Please sign in to comment.