commit | 1023807458b6365e28c66095648e1b66e04a4259 | [log] [tgz] |
---|---|---|
author | Sachin Prabhu <sprabhu@redhat.com> | Wed Mar 28 18:07:08 2012 +0100 |
committer | Steve French <sfrench@us.ibm.com> | Tue Apr 03 18:04:35 2012 -0500 |
tree | afd016f0e10a8bc50f96e13b0542fe00f487a786 | |
parent | 66189be74ff5f9f3fd6444315b85be210d07cef2 [diff] |
Remove unnecessary check for NULL in password parser The password parser has an unnecessary check for a NULL value which triggers warnings in source checking tools. The code contains artifacts from the old parsing code which are no longer required. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Steve French <sfrench@us.ibm.com>