mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
parent
5b1b22321c
commit
a8231b42f8
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue