X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fipv6cp.c;h=98cae543fe29eb9d88658bb6c2ff12b9eee3c3e7;hp=7bf5e5a3943203f451aa78aaa6e160707bf1782b;hb=0b3acd3a1122d542e2994d7791cc9127e91778f1;hpb=429e88c61f177e0acb291084ac8b02505a098748 diff --git a/pppd/ipv6cp.c b/pppd/ipv6cp.c index 7bf5e5a..98cae54 100644 --- a/pppd/ipv6cp.c +++ b/pppd/ipv6cp.c @@ -95,10 +95,10 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipv6cp.c,v 1.7 1999/10/08 01:08:18 masputra Exp $ + * $Id: ipv6cp.c,v 1.8 2000/04/04 07:06:50 paulus Exp $ */ -#define RCSID "$Id: ipv6cp.c,v 1.7 1999/10/08 01:08:18 masputra Exp $" +#define RCSID "$Id: ipv6cp.c,v 1.8 2000/04/04 07:06:50 paulus Exp $" /* * TODO: @@ -1120,8 +1120,8 @@ ipv6cp_up(f) return; } } - script_setenv("LLLOCAL", llv6_ntoa(go->ourid)); - script_setenv("LLREMOTE", llv6_ntoa(ho->hisid)); + script_setenv("LLLOCAL", llv6_ntoa(go->ourid), 0); + script_setenv("LLREMOTE", llv6_ntoa(ho->hisid), 0); #ifdef IPV6CP_COMP /* set tcp compression */