From 7f982bf6c93ee7ab3426a059af51d21663ed36f0 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Mon, 12 Feb 2001 15:07:52 +0000 Subject: - (stevesk) session.c: remove debugging code. --- session.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'session.c') diff --git a/session.c b/session.c index d1870918..9b860c29 100644 --- a/session.c +++ b/session.c @@ -1969,8 +1969,6 @@ session_close_by_channel(int id, void *arg) session_close(s); } else { /* notify child, delay session cleanup */ - if (s->pid <= 1) - fatal("session_close_by_channel: Unsafe s->pid = %d", s->pid); if (kill(s->pid, (s->ttyfd == -1) ? SIGTERM : SIGHUP) < 0) error("session_close_by_channel: kill %d: %s", s->pid, strerror(errno)); -- cgit v1.2.3