git-svn-id: svn://127.0.0.1/Perl/Net::Wireless::802_11::WPA::CLI/trunk@522 0c1c3402-1be1-de11-8092-0022686faf23
This commit is contained in:
Zane C. B-H 2011-08-18 14:21:57 +00:00
parent 114ba5cd4e
commit 8d983ede8c
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ sub status_breakdown{
$type="status"
}
if (! $statusA[0] =~ /^Selected interface/){
if ( $statusA[0] !~ /^Selected interface/){
$self->{error}=2;
$self->{errorString}="Unexpected return from 'wpa_cli ".$type."': ".$statusA[0].'"';
$self->warn;