summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/modem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c
index 0a25156..e2de707 100644
--- a/usr.sbin/ppp/modem.c
+++ b/usr.sbin/ppp/modem.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: modem.c,v 1.5 1995/04/16 13:38:39 amurai Exp $
+ * $Id: modem.c,v 1.6 1995/05/30 03:50:51 rgrimes Exp $
*
* TODO:
*/
@@ -727,6 +727,7 @@ DialModem()
}
else
fprintf(stderr, "dial failed.\n");
+ HangupModem(0);
return(0);
}
OpenPOWER on IntegriCloud