From owner-cvs-all Sun Apr 21 6:31:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B71A037B405; Sun, 21 Apr 2002 06:31:56 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3LDVuE47125; Sun, 21 Apr 2002 06:31:56 -0700 (PDT) (envelope-from ache) Message-Id: <200204211331.g3LDVuE47125@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 21 Apr 2002 06:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh session.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/04/21 06:31:56 PDT Modified files: crypto/openssh session.c Log: Move LOGIN_CAP calls before all file descriptors are closed hard, since some descriptors may be used by LOGIN_CAP internally, add login_close(). Use "nocheckmail" LOGIN_CAP capability too like our login does. Revision Changes Path 1.27 +15 -2 src/crypto/openssh/session.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message