cifs: check for NULL session password
authorJeff Layton <jlayton@redhat.com>
Mon, 23 Aug 2010 15:38:04 +0000 (11:38 -0400)
committerSteve French <sfrench@us.ibm.com>
Mon, 23 Aug 2010 17:38:31 +0000 (17:38 +0000)
It's possible for a cifsSesInfo struct to have a NULL password, so we
need to check for that prior to running strncmp on it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found