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:
parent
62c5b8daa8
commit
a13c1b7c33
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue