Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253277
b: refs/heads/master
c: 9c4843e
h: refs/heads/master
i:
  253275: d406209
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Jun 7, 2011
1 parent 5d1efd7 commit 4a90a91
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: 243e2dd38e1b322b29a1714034cc60b84d3d5e07
refs/heads/master: 9c4843ea576107a3c1fb94f2f758f198e9fe9e54
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifsencrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int cifs_verify_signature(struct smb_hdr *cifs_pdu,
if (cifs_pdu == NULL || server == NULL)
return -EINVAL;

if (cifs_pdu->Command == SMB_COM_NEGOTIATE)
if (!server->session_estab)
return 0;

if (cifs_pdu->Command == SMB_COM_LOCKING_ANDX) {
Expand Down

0 comments on commit 4a90a91

Please sign in to comment.