Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71575
b: refs/heads/master
c: 7111d21
h: refs/heads/master
i:
  71573: 0afeb59
  71571: 8f22960
  71567: dd22954
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Oct 16, 2007
1 parent 11ce27d commit f015267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f2376adfb57d95973b64ecdf016937f436b9bf0
refs/heads/master: 7111d2144f17155b66e89b3655fcddbedefcf8a6
4 changes: 2 additions & 2 deletions trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,8 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
cFYI(1, ("Signing disabled"));
if (server->secMode & SECMODE_SIGN_REQUIRED)
cERROR(1, ("Server requires "
"/proc/fs/cifs/PacketSigningEnabled "
"to be on"));
"packet signing to be enabled in "
"/proc/fs/cifs/SecurityFlags."));
server->secMode &=
~(SECMODE_SIGN_ENABLED | SECMODE_SIGN_REQUIRED);
} else if ((secFlags & CIFSSEC_MUST_SIGN) == CIFSSEC_MUST_SIGN) {
Expand Down

0 comments on commit f015267

Please sign in to comment.