-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:
parent
28e489ccc5
commit
bcf8954fc3
@ -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] =
|
||||
|
Loading…
Reference in New Issue
Block a user