diff options
author | ume <ume@FreeBSD.org> | 2003-06-19 18:28:37 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-06-19 18:28:37 +0000 |
commit | 3a0fbd5a35267e40405b393e934ea7e6ad994f00 (patch) | |
tree | 0d1c6cff6aa6b0161ab45eda13e8d729c2f5cf8d /usr.sbin/ppp | |
parent | b702eda64223345c3bb605d1afbf09cb9ee7af76 (diff) | |
download | FreeBSD-src-3a0fbd5a35267e40405b393e934ea7e6ad994f00.zip FreeBSD-src-3a0fbd5a35267e40405b393e934ea7e6ad994f00.tar.gz |
Oops, I put unused variable in my previous commit.
MFC after: 1 week
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/radius.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/radius.h b/usr.sbin/ppp/radius.h index b0a7ed1..b829069 100644 --- a/usr.sbin/ppp/radius.h +++ b/usr.sbin/ppp/radius.h @@ -52,7 +52,6 @@ struct radius { char *repstr; /* Reply-Message */ char *errstr; /* Error-Message */ #ifndef NOINET6 - uint8_t *ipv6prefix; /* FRAMED IPv6 Prefix */ struct sticky_route *ipv6routes; /* FRAMED IPv6 Routes */ #endif struct { |