Fix build: reflect the increased field number.

This commit is contained in:
Xin LI 2012-12-07 01:36:53 +00:00
parent 71a30c4436
commit c2654dc8fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243964

View file

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