mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
wpa_cli: Add missing quote around interface name
There was only an open quote present. Signed-off-by: Andrew Siplas <andrew@asiplas.net>
This commit is contained in:
parent
f64b601c47
commit
2dd72315d9
@ -1783,7 +1783,7 @@ static int wpa_cli_cmd_interface(struct wpa_ctrl *ctrl, int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (wpa_cli_open_connection(ctrl_ifname, 1) == 0) {
|
if (wpa_cli_open_connection(ctrl_ifname, 1) == 0) {
|
||||||
printf("Connected to interface '%s.\n", ctrl_ifname);
|
printf("Connected to interface '%s'.\n", ctrl_ifname);
|
||||||
} else {
|
} else {
|
||||||
printf("Could not connect to interface '%s' - re-trying\n",
|
printf("Could not connect to interface '%s' - re-trying\n",
|
||||||
ctrl_ifname);
|
ctrl_ifname);
|
||||||
|
Loading…
Reference in New Issue
Block a user