[pve-devel] [PATCH container] Add missing use statement
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Feb 11 12:17:36 CET 2016
---
Please apply and rebuild/publish packages! Sorry for the mishap!
src/PVE/LXC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index f7f468a..a2cb67d 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -14,7 +14,7 @@ use PVE::Storage;
use PVE::SafeSyslog;
use PVE::INotify;
use PVE::JSONSchema qw(get_standard_option);
-use PVE::Tools qw($IPV6RE $IPV4RE dir_glob_foreach);
+use PVE::Tools qw($IPV6RE $IPV4RE dir_glob_foreach lock_file lock_file_full);
use PVE::Network;
use PVE::AccessControl;
use PVE::ProcFSTools;
--
2.1.4
More information about the pve-devel
mailing list