pvestatd: correctly set debug flag

This commit is contained in:
Dietmar Maurer 2015-01-02 09:55:57 +01:00
parent 9da32f1282
commit 6e12f8db96

View File

@ -40,6 +40,8 @@ my $restart_request = 0;
sub init {
my ($self) = @_;
$opt_debug = $self->{debug};
PVE::Cluster::cfs_update();
}