]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/main.c
Minor fixes from the NetBSD port: fd -> ppp_fd in sys-bsd.c, etc.
[ppp.git] / pppd / main.c
index 51b5535b4102a8494166b779e0cd168cc1005f6a..dd2fef627e1d11d1d5f28e95576758375f774acb 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: main.c,v 1.23.2.1 1995/06/01 07:01:31 paulus Exp $";
+static char rcsid[] = "$Id: main.c,v 1.23.2.2 1995/06/06 12:11:43 paulus Exp $";
 #endif
 
 #include <stdio.h>
@@ -293,6 +293,7 @@ main(argc, argv)
        /*
         * Configure the interface and mark it up, etc.
         */
+       fd = loop_fd;
        demand_conf();
     }