summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xamttool2
1 files changed, 1 insertions, 1 deletions
diff --git a/amttool b/amttool
index c1adf9e..a10c0dd 100755
--- a/amttool
+++ b/amttool
@@ -307,9 +307,9 @@ sub remote_control($$) {
=> $rccs{$special} ));
}
if (defined($special) && defined($rccs_oem{$special})) {
- push (@args, SOAP::Data->name('OEMparameters' => 1 ));
push (@args, SOAP::Data->name('SpecialCommand'
=> $rccs_oem{$special} ));
+ push (@args, SOAP::Data->name('OEMparameters' => 1 ));
}
do_soap($rcs, "RemoteControl", @args);
} else {