1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-14 20:21:52 +00:00

Do not fail stopping existing links

This commit is contained in:
Alberto Fanjul 2021-01-03 19:45:49 +01:00
parent 62c5b8daa8
commit a13c1b7c33

View file

@ -749,9 +749,7 @@ static int ctl_interactive(char **argv, int argc)
if (r < 0)
goto error;
r = ctl_wifi_fetch(wifi);
if (r < 0)
goto error;
ctl_wifi_fetch(wifi);
if (argc > 0) {
r = cli_do(cli_cmds, argv, argc);