-Fix problem where lsdef would not realize '0' is a valid value to display

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2321 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-10-12 15:04:48 +00:00
parent 28e489ccc5
commit bcf8954fc3

View File

@ -2435,7 +2435,7 @@ sub defls
{
# don't print unless set
if ( $attrval && ($attrval ne " "))
if ( (defined $attrval) && ($attrval ne " "))
{
my $rsp;
$rsp->{data}->[0] =