diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-05 23:34:19 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-05 23:34:19 +0000 |
commit | a8ee03441f66e0674e641c0cbe1a9534cdee968f (patch) | |
tree | dcc0f590c417cddea20a40efdf82bc5b1b21d155 /fs/cifs/cifs_debug.c | |
parent | 6d027cfdb19c26df3151a519ed55acfe2c4cb7c3 (diff) | |
download | linux-a8ee03441f66e0674e641c0cbe1a9534cdee968f.tar.gz linux-a8ee03441f66e0674e641c0cbe1a9534cdee968f.tar.bz2 linux-a8ee03441f66e0674e641c0cbe1a9534cdee968f.zip |
[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, } if(flags & ~CIFSSEC_MASK) { - cERROR(1,("attempt to set unsupported security flags 0x%d", + cERROR(1,("attempt to set unsupported security flags 0x%x", flags & ~CIFSSEC_MASK)); return -EINVAL; } |