mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +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;
|
||||
while (fgets(buf, sizeof buf, fp) != NULL) {
|
||||
int len;
|
||||
char *fields[5];
|
||||
char *fields[MAX_FIELDS];
|
||||
int nfields;
|
||||
char msg[ERRSIZE];
|
||||
char *type;
|
||||
|
Loading…
Reference in New Issue
Block a user