commit | a8ee03441f66e0674e641c0cbe1a9534cdee968f | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Jun 05 23:34:19 2006 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Jun 05 23:34:19 2006 +0000 |
tree | dcc0f590c417cddea20a40efdf82bc5b1b21d155 | |
parent | 6d027cfdb19c26df3151a519ed55acfe2c4cb7c3 [diff] [blame] |
[CIFS] NTLMv2 support part 4 Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 2f55edf..96abeb7 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c
@@ -889,7 +889,7 @@ } 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; }