diff options
Diffstat (limited to 'hs20/client/osu_client.c')
-rw-r--r-- | hs20/client/osu_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hs20/client/osu_client.c b/hs20/client/osu_client.c index 0315f7b..35793c8 100644 --- a/hs20/client/osu_client.c +++ b/hs20/client/osu_client.c @@ -2229,7 +2229,7 @@ static int cmd_osu_select(struct hs20_osu_client *ctx, const char *dir, fprintf(f, "</table></a><br><small>BSSID: %s<br>\n" "SSID: %s<br>\n", last->bssid, last->osu_ssid); - if (last->osu_nai) + if (last->osu_nai[0]) fprintf(f, "NAI: %s<br>\n", last->osu_nai); fprintf(f, "URL: %s<br>\n" "methods:%s%s<br>\n" |