]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wpa_cli: Add missing quote around interface name
authorAndrew Siplas <andrew@asiplas.net>
Thu, 5 Mar 2020 01:55:18 +0000 (20:55 -0500)
committerJouni Malinen <j@w1.fi>
Fri, 6 Mar 2020 19:44:31 +0000 (21:44 +0200)
There was only an open quote present.

Signed-off-by: Andrew Siplas <andrew@asiplas.net>
wpa_supplicant/wpa_cli.c

index 490e77c962dd81bb26dc60666905bc7fd7c54e67..22885e64654789fb0003456ec79d84b5f7777deb 100644 (file)
@@ -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) {
-               printf("Connected to interface '%s.\n", ctrl_ifname);
+               printf("Connected to interface '%s'.\n", ctrl_ifname);
        } else {
                printf("Could not connect to interface '%s' - re-trying\n",
                       ctrl_ifname);