2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-01 00:57:37 +00:00

Change to support hierarchy, implemented in PR #3450

This commit is contained in:
Victor Hu
2017-07-14 09:03:39 -04:00
parent 2523fafe0a
commit 7667573a81

View File

@@ -607,7 +607,7 @@ sub parse_command_status {
}
if ($command eq "rbeacon") {
$subcommand = $ARGV[0];
$subcommand = $$subcommands[0];
if ($subcommand eq "on") {
$next_status{LOGIN_RESPONSE} = "RBEACON_ON_REQUEST";