X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=wpa_supplicant%2Fpreauth_test.c;h=ff2ae747a9b9a7dba5c4ccc55a4c0371b5b501fd;hb=e6304cad47251e88d073553042f1ea7805a858d1;hp=3503e65e576bf596a6fcbcbfc66c4d7fb2b7d64d;hpb=adc96dc2ad3b9eeeb79ea817dd00f01b97f4073a;p=thirdparty%2Fhostap.git diff --git a/wpa_supplicant/preauth_test.c b/wpa_supplicant/preauth_test.c index 3503e65e5..ff2ae747a 100644 --- a/wpa_supplicant/preauth_test.c +++ b/wpa_supplicant/preauth_test.c @@ -309,7 +309,7 @@ int main(int argc, char *argv[]) } os_memset(&wpa_s, 0, sizeof(wpa_s)); - wpa_s.conf = wpa_config_read(argv[1]); + wpa_s.conf = wpa_config_read(argv[1], NULL); if (wpa_s.conf == NULL) { printf("Failed to parse configuration file '%s'.\n", argv[1]); return -1;