mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user