X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=1972516068ca991f2cdd6280eb22e450caf24a94;hp=769d2e86b55dd083cf6c4343e67ffd8097af6cac;hb=e2d23e7d5daf07b5809498d3af40e690d5db3299;hpb=9d522000aa2738bcc215e01539eaf3cfb574ef81 diff --git a/pppd/options.c b/pppd/options.c index 769d2e8..1972516 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.2 1993/11/23 23:40:53 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.3 1994/01/10 00:19:28 paulus Exp $"; #endif #include @@ -461,7 +461,7 @@ getword(f, word, newlinep, filename) word[len] = c; ++len; if (c == '\\') - quoted = 1; + escape = 1; } if ((c = getc(f)) == EOF) break;