summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-01-17 12:27:29 +0000
committerbrian <brian@FreeBSD.org>2000-01-17 12:27:29 +0000
commit0b5a924d7b74fd876baca5d0bd55e9c9d6a035d7 (patch)
tree835937281274faf9579f75b90900441e6e133e27 /usr.sbin/ppp/mp.h
parent620cc853d28a940c32be044a9592a219c014c40f (diff)
downloadFreeBSD-src-0b5a924d7b74fd876baca5d0bd55e9c9d6a035d7.zip
FreeBSD-src-0b5a924d7b74fd876baca5d0bd55e9c9d6a035d7.tar.gz
Use AUTHLEN for the length of authname
Diffstat (limited to 'usr.sbin/ppp/mp.h')
-rw-r--r--usr.sbin/ppp/mp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.h b/usr.sbin/ppp/mp.h
index 607ba74..e33a7ed 100644
--- a/usr.sbin/ppp/mp.h
+++ b/usr.sbin/ppp/mp.h
@@ -56,7 +56,7 @@ struct enddisc {
struct peerid {
struct enddisc enddisc; /* Peers endpoint discriminator */
- char authname[50]; /* Peers name (authenticated) */
+ char authname[AUTHLEN]; /* Peers name (authenticated) */
};
struct mpserver {
OpenPOWER on IntegriCloud