Session *s;
if ((s = session_by_channel(c->self)) == NULL) {
logit("session_input_channel_req: no session %d req %.100s",
debug("session_input_channel_req: no session %d req %.100s",
c->self, rtype);
return 0;
}