Update listinterfaces.pm - special char in status (#4901)
This commit is contained in:
parent
f4052dde19
commit
1333b452fb
|
@ -52,7 +52,7 @@ my $map_status = {
|
|||
7 => 'mediaDisconnect',
|
||||
8 => 'auth',
|
||||
9 => 'authSucceeded',
|
||||
10 => 'ÁuthFailed',
|
||||
10 => 'AuthFailed',
|
||||
11 => 'invalidAddress',
|
||||
12 => 'credentialsRequired'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue