aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-09 17:35:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-09 17:35:54 +0000
commite0d3e2336fe7d2d0ecf0bb64777ee25ebd2ce924 (patch)
treefe51c9b25306236105c6664cf9a03bcd83b7cfb9 /usr.sbin/ppp/command.c
parent9dd8309d5672b17d20fae1fcd919fd67c779fc09 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 223cfa03fb403..decf4f50b37c7 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.35 1997/03/17 14:47:56 ache Exp $
+ * $Id: command.c,v 1.36 1997/03/24 16:01:46 ache Exp $
*
*/
#include <sys/types.h>
@@ -594,6 +594,7 @@ char **argv;
Cleanup(EX_NORMAL);
mode &= ~MODE_INTER;
} else {
+ LogPrintf(LOG_PHASE_BIT, "client connection closed.\n");
VarLocalAuth = LOCAL_NO_AUTH;
close(netfd);
close(1);