forked from Imagelibrary/binutils-gdb
* remote.c (remote_query_attached): Fix pasto in packet_ok result
checking.
This commit is contained in:
@@ -1139,7 +1139,7 @@ remote_query_attached (int pid)
|
||||
getpkt (&rs->buf, &rs->buf_size, 0);
|
||||
|
||||
switch (packet_ok (rs->buf,
|
||||
&remote_protocol_packets[PACKET_qAttached]) == PACKET_OK)
|
||||
&remote_protocol_packets[PACKET_qAttached]))
|
||||
{
|
||||
case PACKET_OK:
|
||||
if (strcmp (rs->buf, "1") == 0)
|
||||
|
||||
Reference in New Issue
Block a user