Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254973
b: refs/heads/master
c: ea1be1a
h: refs/heads/master
i:
  254971: 7c997cb
v: v3
  • Loading branch information
Steve French committed Jul 12, 2011
1 parent 2492532 commit afdcc3d
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: 62411ab2fe5f002dff27417630ddf02cc40ca404
refs/heads/master: ea1be1a3c3c4b2bbc32aeb7995e18336c8060e0e
2 changes: 1 addition & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@ cifs_construct_tcon(struct cifs_sb_info *cifs_sb, uid_t fsuid)
goto out;
}

snprintf(username, MAX_USERNAME_SIZE, "krb50x%x", fsuid);
snprintf(username, sizeof(username), "krb50x%x", fsuid);
vol_info->username = username;
vol_info->local_nls = cifs_sb->local_nls;
vol_info->linux_uid = fsuid;
Expand Down

0 comments on commit afdcc3d

Please sign in to comment.