diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-05 19:34:19 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-05 19:34:19 -0400 |
commit | a8ee03441f66e0674e641c0cbe1a9534cdee968f (patch) | |
tree | dcc0f590c417cddea20a40efdf82bc5b1b21d155 /fs/cifs/cifs_debug.c | |
parent | 6d027cfdb19c26df3151a519ed55acfe2c4cb7c3 (diff) |
[CIFS] NTLMv2 support part 4
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_debug.c')
-rw-r--r-- | fs/cifs/cifs_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 2f55edf2eeea..96abeb738978 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c | |||
@@ -889,7 +889,7 @@ security_flags_write(struct file *file, const char __user *buffer, | |||
889 | } | 889 | } |
890 | 890 | ||
891 | if(flags & ~CIFSSEC_MASK) { | 891 | if(flags & ~CIFSSEC_MASK) { |
892 | cERROR(1,("attempt to set unsupported security flags 0x%d", | 892 | cERROR(1,("attempt to set unsupported security flags 0x%x", |
893 | flags & ~CIFSSEC_MASK)); | 893 | flags & ~CIFSSEC_MASK)); |
894 | return -EINVAL; | 894 | return -EINVAL; |
895 | } | 895 | } |