DS: do not panic when sending reply fails
This commit is contained in:
parent
379e087d6b
commit
20ca68f5c9
@ -159,6 +159,6 @@ message *m_ptr; /* message buffer */
|
|||||||
int s;
|
int s;
|
||||||
s = send(who_e, m_ptr); /* send the message */
|
s = send(who_e, m_ptr); /* send the message */
|
||||||
if (OK != s)
|
if (OK != s)
|
||||||
panic("DS", "unable to send reply!", s);
|
printf("DS: unable to send reply to %d: %d\n", who_e, s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user