[pve-devel] [PATCH v3 pve-manager 1/4] pvestatd: fix require PVE::Network::SDN

Alexandre Derumier aderumier at odiso.com
Tue Nov 26 15:20:09 CET 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 b789b819..3f539b21 100755
--- a/PVE/Service/pvestatd.pm
+++ b/PVE/Service/pvestatd.pm
@@ -35,7 +35,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