mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Fix build: reflect the increased field number.
This commit is contained in:
parent
71a30c4436
commit
c2654dc8fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243964
@ -484,7 +484,7 @@ rad_config(struct rad_handle *h, const char *path)
|
|||||||
linenum = 0;
|
linenum = 0;
|
||||||
while (fgets(buf, sizeof buf, fp) != NULL) {
|
while (fgets(buf, sizeof buf, fp) != NULL) {
|
||||||
int len;
|
int len;
|
||||||
char *fields[5];
|
char *fields[MAX_FIELDS];
|
||||||
int nfields;
|
int nfields;
|
||||||
char msg[ERRSIZE];
|
char msg[ERRSIZE];
|
||||||
char *type;
|
char *type;
|
||||||
|
Loading…
Reference in New Issue
Block a user