[CIFS] NTLMv2 support part 4

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French
2006-06-05 23:34:19 +00:00
parent 6d027cfdb1
commit a8ee03441f
2 changed files with 41 additions and 1 deletions

View File

@@ -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;
}