Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97192
b: refs/heads/master
c: e405824
h: refs/heads/master
v: v3
  • Loading branch information
Igor Mammedov authored and Steve French committed May 22, 2008
1 parent 9da6b14 commit ffdbf3e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0d817bc0d6cdd92ff1ab2e98dd5878659a48659c
refs/heads/master: e4058245ac0c4d9a517cda688a35aef065cb7f4e
3 changes: 3 additions & 0 deletions trunk/fs/cifs/cifs_spnego.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ cifs_get_spnego_key(struct cifsSesInfo *sesInfo)
dp = description + strlen(description);
sprintf(dp, ";uid=0x%x", sesInfo->linux_uid);

dp = description + strlen(description);
sprintf(dp, ";user=%s", sesInfo->userName);

cFYI(1, ("key description = %s", description));
spnego_key = request_key(&cifs_spnego_key_type, description, "");

Expand Down

0 comments on commit ffdbf3e

Please sign in to comment.