From: Paul Mackerras Date: Wed, 21 Jul 1999 00:18:46 +0000 (+0000) Subject: option is called nomagic not nomagicnumber X-Git-Tag: ppp-2.4.7~687 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=9029a14caa1ea7b1191aa51e1a7775f27b3972ec;p=ppp.git option is called nomagic not nomagicnumber --- diff --git a/pppd/lcp.c b/pppd/lcp.c index f8e52fe..c23db1d 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: lcp.c,v 1.41 1999/06/24 00:16:38 paulus Exp $"; +static char rcsid[] = "$Id: lcp.c,v 1.42 1999/07/21 00:18:46 paulus Exp $"; #endif /* @@ -64,7 +64,7 @@ static option_t lcp_option_list[] = { { "-as", o_uint32, &lcp_wantoptions[0].asyncmap, "Set asyncmap (for received packets)", OPT_OR, &lcp_wantoptions[0].neg_asyncmap }, - { "nomagicnumber", o_bool, &lcp_wantoptions[0].neg_magicnumber, + { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber, "Disable magic number negotiation (looped-back line detection)", OPT_A2COPY, &lcp_allowoptions[0].neg_magicnumber }, { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber,