reply failed to whom?

This commit is contained in:
Ben Gras 2006-03-24 12:45:35 +00:00
parent 21aae71cbe
commit 471c1e5f00

View file

@ -1478,6 +1478,7 @@ int status; /* reply code */
tty_mess.REP_STATUS = status;
if ((status = send(replyee, &tty_mess)) != OK) {
printf("TTY: couldn't reply to %d\n", replyee);
panic("TTY","tty_reply failed, status\n", status);
}
}