mirror of
https://github.com/transmission/transmission
synced 2025-03-06 11:38:21 +00:00
(gtk) #826: ipc race condition when opening torrents via web browser
This commit is contained in:
parent
43a2cd744f
commit
2447428044
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ blocking_client( enum ipc_msg msgid, GSList * files )
|
||||||
|
|
||||||
g_main_loop_run(con->u.client.loop);
|
g_main_loop_run(con->u.client.loop);
|
||||||
|
|
||||||
|
sleep( 1 ); /* http://trac.transmissionbt.com/ticket/826#comment:6 */
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue