reply failed to whom?
This commit is contained in:
parent
21aae71cbe
commit
471c1e5f00
1 changed files with 1 additions and 0 deletions
|
@ -1478,6 +1478,7 @@ int status; /* reply code */
|
||||||
tty_mess.REP_STATUS = status;
|
tty_mess.REP_STATUS = status;
|
||||||
|
|
||||||
if ((status = send(replyee, &tty_mess)) != OK) {
|
if ((status = send(replyee, &tty_mess)) != OK) {
|
||||||
|
printf("TTY: couldn't reply to %d\n", replyee);
|
||||||
panic("TTY","tty_reply failed, status\n", status);
|
panic("TTY","tty_reply failed, status\n", status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue