+ Fix multiple interface selected

This commit is contained in:
garnier-quentin 2015-07-29 14:41:18 +02:00
parent 1b94ef3eb8
commit 821cc05608
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ sub run {
$self->get_informations();
my $multiple = 1;
if (scalar(keys %{$self->{int}}) == 1) {
if (scalar(keys %{$self->{interface_selected}}) == 1) {
$multiple = 0;
}