Use AUTHLEN for the length of authname

This commit is contained in:
Brian Somers 2000-01-17 12:27:29 +00:00
parent 0274b6ee0d
commit 82de8666e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56175

View File

@ -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 {