View | Details | Raw Unified | Return to bug 1395 | Differences between
and this patch

Collapse All | Expand All

(-)session.c.orig (-1 / +1 lines)
Lines 2011-2017 session_input_channel_req(Channel *c, co Link Here
2011
	Session *s;
2011
	Session *s;
2012
2012
2013
	if ((s = session_by_channel(c->self)) == NULL) {
2013
	if ((s = session_by_channel(c->self)) == NULL) {
2014
		logit("session_input_channel_req: no session %d req %.100s",
2014
		debug("session_input_channel_req: no session %d req %.100s",
2015
		    c->self, rtype);
2015
		    c->self, rtype);
2016
		return 0;
2016
		return 0;
2017
	}
2017
	}

Return to bug 1395