mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 17:30:19 +00:00
Make reventlog resplved=LED case insensitive
This commit is contained in:
@ -1581,7 +1581,7 @@ sub parse_command_status {
|
||||
if ($subcommand eq "clear") {
|
||||
$next_status{LOGIN_RESPONSE} = "REVENTLOG_CLEAR_REQUEST";
|
||||
$next_status{REVENTLOG_CLEAR_REQUEST} = "REVENTLOG_CLEAR_RESPONSE";
|
||||
} elsif ($subcommand =~ /resolved=LED/) {
|
||||
} elsif (uc($subcommand) =~ /RESOLVED=LED/) {
|
||||
$next_status{LOGIN_RESPONSE} = "REVENTLOG_REQUEST";
|
||||
$next_status{REVENTLOG_REQUEST} = "REVENTLOG_RESOLVED_RESPONSE_LED";
|
||||
} elsif ($subcommand =~ /resolved=(.+)/) {
|
||||
|
Reference in New Issue
Block a user