mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
parent
5b1b22321c
commit
a8231b42f8
2 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,7 @@ LDADD = \
|
||||||
${LIBM}
|
${LIBM}
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
daemon.h
|
daemon.h \
|
||||||
watch.h
|
watch.h
|
||||||
|
|
||||||
transmission_daemon_SOURCES = daemon.c watch.c
|
transmission_daemon_SOURCES = daemon.c watch.c
|
||||||
|
|
|
@ -130,7 +130,9 @@ static void
|
||||||
stop_service (void)
|
stop_service (void)
|
||||||
{
|
{
|
||||||
if (service_stop_thread != NULL)
|
if (service_stop_thread != NULL)
|
||||||
return;
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const DWORD wait_time = 30 * 1000;
|
const DWORD wait_time = 30 * 1000;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue