projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e99cbc1
)
look at args from .ppprc after options.tty
author
Paul Mackerras
<paulus@samba.org>
Thu, 18 Jan 1996 03:21:53 +0000
(
03:21
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 18 Jan 1996 03:21:53 +0000
(
03:21
+0000)
pppd/main.c
patch
|
blob
|
history
diff --git
a/pppd/main.c
b/pppd/main.c
index e28a3e0f55698f6d9f595822ef35908d854b6558..55c26d5ab6eb062685b7bd4d2bea7c7c1b3d054c 100644
(file)
--- a/
pppd/main.c
+++ b/
pppd/main.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
*/
#ifndef lint
-static char rcsid[] = "$Id: main.c,v 1.3
0 1996/01/01 22:59:26
paulus Exp $";
+static char rcsid[] = "$Id: main.c,v 1.3
1 1996/01/18 03:21:53
paulus Exp $";
#endif
#include <stdio.h>
#endif
#include <stdio.h>
@@
-177,9
+177,9
@@
main(argc, argv)
progname = *argv;
if (!options_from_file(_PATH_SYSOPTIONS, REQ_SYSOPTIONS, 0) ||
progname = *argv;
if (!options_from_file(_PATH_SYSOPTIONS, REQ_SYSOPTIONS, 0) ||
+ !options_for_tty() ||
!options_from_user() ||
!options_from_user() ||
- !parse_args(argc-1, argv+1) ||
- !options_for_tty())
+ !parse_args(argc-1, argv+1))
exit(1);
if (!ppp_available()) {
exit(1);
if (!ppp_available()) {