sleep() call not needed (from NetBSD).
authorhannken <hannken@openbsd.org>
Sun, 4 Feb 1996 19:39:39 +0000 (19:39 +0000)
committerhannken <hannken@openbsd.org>
Sun, 4 Feb 1996 19:39:39 +0000 (19:39 +0000)
usr.sbin/pppd/main.c

index dac6ded..9dd44b7 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: main.c,v 1.3 1996/01/07 09:55:33 deraadt Exp $";
+static char rcsid[] = "$Id: main.c,v 1.4 1996/02/04 19:39:39 hannken Exp $";
 #endif
 
 #include <stdio.h>
@@ -582,7 +582,6 @@ void
 close_fd()
 {
     disestablish_ppp();
-    sleep(1);
 
     /* drop dtr to hang up */
     if (modem) {