---
 src/PVE/INotify.pm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm
index 13c55bc..8b89488 100644
--- a/src/PVE/INotify.pm
+++ b/src/PVE/INotify.pm
@@ -1309,12 +1309,10 @@ NETWORKDOC
        return $p1 <=> $p2 if $p1 != $p2;
 
        return $a cmp $b;
-                      } keys %$ifaces) {
-
-       my $d = $ifaces->{$iface};
-
+    } keys %$ifaces) {
        next if $printed->{$iface};
 
+       my $d = $ifaces->{$iface};
        if (@options && $options[0]->[0] < $d->{priority}) {
            do {
                $raw .= (shift @options)->[1] . "\n";
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to