mirror of https://github.com/ipxe/ipxe.git
[vmware] Fix length returned by guestrpc_command()
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/6/head
parent
fa538bdbc6
commit
cd29df5c08
|
@ -292,6 +292,7 @@ int guestrpc_command ( int channel, const char *command, char *reply,
|
|||
if ( status_len ) {
|
||||
*(status_bytes++) = ( data & 0xff );
|
||||
status_len--;
|
||||
len--;
|
||||
} else if ( reply_len ) {
|
||||
*(reply_bytes++) = ( data & 0xff );
|
||||
reply_len--;
|
||||
|
|
Loading…
Reference in New Issue