cifs: print error code if smb signature verification fails
authorSteve French <smfrench@gmail.com>
Fri, 3 Aug 2012 14:42:45 +0000 (09:42 -0500)
committerSteve French <smfrench@gmail.com>
Mon, 20 Aug 2012 03:30:13 +0000 (22:30 -0500)
commit985e4ff016b5f3d95c12fe8073d1df89300dab3d
tree5064073d2ad0f252fb7b0491c29a1a51cb83bdeb
parent7411286088d5ba879e9ffcaaa296f657642ef2c4
cifs: print error code if smb signature verification fails

While trying to debug a SMB signature related issue with Windows Servers
figured out it might be easier to debug if we print the error code from
cifs_verify_signature(). Also, fix indendation while at it.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifssmb.c
fs/cifs/transport.c