Update listinterfaces.pm - special char in status (#4901)

This commit is contained in:
Jochen Platzgummer 2024-06-25 14:29:23 +02:00 committed by GitHub
parent f4052dde19
commit 1333b452fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ my $map_status = {
7 => 'mediaDisconnect',
8 => 'auth',
9 => 'authSucceeded',
10 => 'ÁuthFailed',
10 => 'AuthFailed',
11 => 'invalidAddress',
12 => 'credentialsRequired'
};