r_socket: update RAP_RMT_CMD enum field to match RMT_CMD (#10203)

Related to #9021

This fixes the "unknown command 0x06" error when trying to use the
"=[fd] cmd" command
This commit is contained in:
Arnaud Lefebvre 2018-05-28 17:21:56 +02:00 committed by radare
parent d461644977
commit c654fe0e41

View File

@ -154,7 +154,7 @@ enum {
RAP_RMT_WRITE,
RAP_RMT_SEEK,
RAP_RMT_CLOSE,
RAP_RMT_CMD,
RAP_RMT_CMD = 0x07,
RAP_RMT_REPLY = 0x80,
RAP_RMT_MAX = 4096
};