mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
@@ -35,7 +35,7 @@ LDADD = \
|
||||
${LIBM}
|
||||
|
||||
noinst_HEADERS = \
|
||||
daemon.h
|
||||
daemon.h \
|
||||
watch.h
|
||||
|
||||
transmission_daemon_SOURCES = daemon.c watch.c
|
||||
|
||||
@@ -130,7 +130,9 @@ static void
|
||||
stop_service (void)
|
||||
{
|
||||
if (service_stop_thread != NULL)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
const DWORD wait_time = 30 * 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user