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
1 changed files with 1 additions and 1 deletions

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 {