diff options
-rw-r--r-- | fs/cifs/cifssmb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index b17983633a1c..9eef72492504 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
@@ -661,8 +661,8 @@ signing_check: | |||
661 | cFYI(1, ("Signing disabled")); | 661 | cFYI(1, ("Signing disabled")); |
662 | if (server->secMode & SECMODE_SIGN_REQUIRED) | 662 | if (server->secMode & SECMODE_SIGN_REQUIRED) |
663 | cERROR(1, ("Server requires " | 663 | cERROR(1, ("Server requires " |
664 | "/proc/fs/cifs/PacketSigningEnabled " | 664 | "packet signing to be enabled in " |
665 | "to be on")); | 665 | "/proc/fs/cifs/SecurityFlags.")); |
666 | server->secMode &= | 666 | server->secMode &= |
667 | ~(SECMODE_SIGN_ENABLED | SECMODE_SIGN_REQUIRED); | 667 | ~(SECMODE_SIGN_ENABLED | SECMODE_SIGN_REQUIRED); |
668 | } else if ((secFlags & CIFSSEC_MUST_SIGN) == CIFSSEC_MUST_SIGN) { | 668 | } else if ((secFlags & CIFSSEC_MUST_SIGN) == CIFSSEC_MUST_SIGN) { |