Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339475
b: refs/heads/master
c: 52c0f4a
h: refs/heads/master
i:
  339473: 8f8dd23
  339471: 6366492
v: v3
  • Loading branch information
Steve French committed Dec 5, 2012
1 parent 064db91 commit 5b59ad8
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: 176c9b3939d22bb1177eb15010e600bc59a1b0b5
refs/heads/master: 52c0f4ad8ed462d81f1d37f56a74a71dc0c9bf0f
2 changes: 1 addition & 1 deletion trunk/fs/cifs/smb2pdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses)
}

cFYI(1, "sec_flags 0x%x", sec_flags);
if (sec_flags & CIFSSEC_MUST_SIGN) {
if ((sec_flags & CIFSSEC_MUST_SIGN) == CIFSSEC_MUST_SIGN) {
cFYI(1, "Signing required");
if (!(server->sec_mode & (SMB2_NEGOTIATE_SIGNING_REQUIRED |
SMB2_NEGOTIATE_SIGNING_ENABLED))) {
Expand Down

0 comments on commit 5b59ad8

Please sign in to comment.