/[Intel-AMT]/trunk/lib/Intel/AMT/RemoteControl.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Intel/AMT/RemoteControl.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by dpavlin, Sun Aug 9 15:51:00 2009 UTC revision 14 by dpavlin, Sun Aug 9 16:52:00 2009 UTC
# Line 201  sub run { Line 201  sub run {
201    
202    
203          if ( $BootOption ) {          if ( $BootOption ) {
204                  warn "invalid BootOptions $BootOption" unless                  warn "W: invalid BootOptions $BootOption" unless
205                          ( $BootOption & $BootOptionsReservedBits );                          ( $BootOption & $BootOptionsReservedBits );
206                  push @args, SOAP::Data->name( 'BootOptions' => $BootOption );                  push @args, SOAP::Data->name( 'BootOptions' => $BootOption );
207          }          }
208    
209          if ( $SpecialCommandParameter ) {          if ( $SpecialCommandParameter ) {
210                  warn "invalid SpecialCommandParameter $SpecialCommandParameter" unless                  warn "W: invalid SpecialCommandParameter $SpecialCommandParameter" unless
211                          ( $SpecialCommandParameter & $SpecialCommandParametersReservedBits );                          ( $SpecialCommandParameter & $SpecialCommandParametersReservedBits );
212                  push @args, SOAP::Data->name( 'SpecialCommandParameter' => $SpecialCommandParameter );                  push @args, SOAP::Data->name( 'SpecialCommandParameter' => $SpecialCommandParameter );
213          }          }

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26