bug fix: error when you have use wrong nic name

git-svn-id: http://svn.merethis.net/centreon-esxd/trunk@46 a5eaa968-4c79-4d68-970d-af6011b5b055
This commit is contained in:
Quentin Garnier 2012-12-07 15:07:56 +00:00
parent e77a7a7529
commit 8171400253
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ sub nethost_do {
if (!defined($pnic_def{$pnic})) {
my $status |= $MYERRORS_MASK{'UNKNOWN'};
print $ERRORS{$MYERRORS{$status}} . "|Link '$pnic' not exist or down.\n";
print_response($ERRORS{$MYERRORS{$status}} . "|Link '$pnic' not exist or down.\n");
return ;
}