> > + my $nstatus = $cstatus->{$node} || die "no node status for
> > node
> > '$node'";
> > + my $shutdown = $nstatus->{shutdown};
> maybe better:
>
> my $shutdown = $nstatus->{shutdown} || '';fixed, thanks! _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
