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

Collapse All | Expand All

(-)session.c (-1 / +1 lines)
Lines 2060-2066 static int Link Here
2060
session_pty_req(Session *s)
2060
session_pty_req(Session *s)
2061
{
2061
{
2062
	u_int len;
2062
	u_int len;
2063
	int n_bytes;
2063
	int n_bytes = 0;
2064
2064
2065
	if (no_pty_flag) {
2065
	if (no_pty_flag) {
2066
		debug("Allocating a pty not permitted for this authentication.");
2066
		debug("Allocating a pty not permitted for this authentication.");

Return to bug 2163