diff --git a/hostapd/config_file.c b/hostapd/config_file.c index e8863c5d5..26e64fa8e 100644 --- a/hostapd/config_file.c +++ b/hostapd/config_file.c @@ -1602,7 +1602,7 @@ static int hs20_parse_wan_metrics(struct hostapd_bss_config *bss, char *buf, fail: wpa_printf(MSG_ERROR, "Line %d: Invalid hs20_wan_metrics '%s'", - line, pos); + line, buf); os_free(wan_metrics); return -1; }