X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;h=dd2fef627e1d11d1d5f28e95576758375f774acb;hp=51b5535b4102a8494166b779e0cd168cc1005f6a;hb=refs%2Fheads%2FPPP_NEW_START;hpb=41bd52fb6047d183d77b914449006deb59425463 diff --git a/pppd/main.c b/pppd/main.c index 51b5535..dd2fef6 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -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 @@ -293,6 +293,7 @@ main(argc, argv) /* * Configure the interface and mark it up, etc. */ + fd = loop_fd; demand_conf(); }