[pve-devel] [PATCH pve-manager 1/3] pvestatd: fix require PVE::Network::SDN
Alexandre Derumier
aderumier at odiso.com
Tue Oct 22 16:59:18 CEST 2019
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Service/pvestatd.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Service/pvestatd.pm b/PVE/Service/pvestatd.pm
index bad1b73d..2723f442 100755
--- a/PVE/Service/pvestatd.pm
+++ b/PVE/Service/pvestatd.pm
@@ -39,7 +39,7 @@ use base qw(PVE::Daemon);
my $have_sdn;
eval {
- require PVE::API2::Network::SDN;
+ require PVE::Network::SDN;
$have_sdn = 1;
};
--
2.20.1
More information about the pve-devel
mailing list