summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-06-17 22:12:51 +0000
committerBrian Somers <brian@FreeBSD.org>1999-06-17 22:12:51 +0000
commit43f9e1bb41bd6fbac217b59bd2ba338c75126166 (patch)
treebb12a003298919deb1d24c824bd6a880f9ecdfdc
parentcb0a438aa8b6f390e74297309508a2219305325d (diff)
Notes
-rw-r--r--usr.sbin/pppd/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c
index 313b2ab28184..0ca6ef14ff24 100644
--- a/usr.sbin/pppd/main.c
+++ b/usr.sbin/pppd/main.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: main.c,v 1.16 1998/03/22 05:33:00 peter Exp $";
+static char rcsid[] = "$Id: main.c,v 1.17 1998/06/20 18:02:12 peter Exp $";
#endif
#include <stdio.h>
@@ -548,6 +548,7 @@ main(argc, argv)
* incoming events (reply, timeout, etc.).
*/
syslog(LOG_NOTICE, "Connect: %s <--> %s", ifname, devnam);
+ stime = time((time_t *) NULL);
lcp_lowerup(0);
lcp_open(0); /* Start protocol */
for (phase = PHASE_ESTABLISH; phase != PHASE_DEAD; ) {