Fix build: reflect the increased field number.

This commit is contained in:
delphij 2012-12-07 01:36:53 +00:00
parent f20d18d37b
commit 71dd34a67c

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;