]> git.proxmox.com Git - pmg-api.git/commitdiff
BCC.pm: correctly use PMG::Utils
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Feb 2017 07:58:30 +0000 (08:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Feb 2017 07:58:30 +0000 (08:58 +0100)
PMG/RuleDB/BCC.pm

index bfd26e36074b4c602092aae4ace40733149506a3..da51775d2b8561bbfc5c3c6e43b105d508cfb25c 100644 (file)
@@ -5,7 +5,6 @@ use warnings;
 use Carp;
 use DBI;
 
-
 use PVE::SafeSyslog;
 
 use PMG::Utils;
@@ -143,7 +142,7 @@ sub execute {
        my ($tg, $entity) = (@$ta[0], @$ta[1]);
 
        $entity = $entity->dup();
-       Proxmox::Utils::remove_marks ($entity);
+       PMG::Utils::remove_marks($entity);
 
        if ($msginfo->{testmode}) {
            my $fh = $msginfo->{test_fh};