Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144721
b: refs/heads/master
c: 844823c
h: refs/heads/master
i:
  144719: 44b0719
v: v3
  • Loading branch information
Steve French committed May 6, 2009
1 parent aa3f173 commit 5839a56
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0b3cc858003b79b6c66ad79415ead907cbe4074e
refs/heads/master: 844823cb822932d2c599abf38692e3d6a5b5a320
4 changes: 4 additions & 0 deletions trunk/fs/cifs/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,10 @@ CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, int first_time,
nls_cp,
first_time);
iov[1].iov_len = blob_len;
/* Make sure that we tell the server that we
are using the uid that it just gave us back
on the response (challenge) */
smb_buf->Uid = ses->Suid;
} else {
cERROR(1, ("invalid phase %d", phase));
rc = -ENOSYS;
Expand Down

0 comments on commit 5839a56

Please sign in to comment.