From 881eb755318100c4587a3cb48cc5aa41f05f1a6d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 10 Feb 2016 09:38:43 +0100 Subject: [PATCH] CLIHandler: add missing use PVE::INotify It uses PVE::INotify::inotify_init() in run_cli_handler(). --- src/PVE/CLIHandler.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index 21fb916..c2d3438 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandler.pm @@ -8,6 +8,7 @@ use PVE::SafeSyslog; use PVE::Exception qw(raise raise_param_exc); use PVE::RESTHandler; use PVE::PodParser; +use PVE::INotify; use base qw(PVE::RESTHandler); -- 2.39.2