summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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