mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 10:13:45 -04:00
fix select timeout in rend-win32.c
This commit is contained in:
parent
26e4259332
commit
0d4bd16789
@ -25,7 +25,7 @@
|
|||||||
/* Globals */
|
/* Globals */
|
||||||
pthread_t rend_tid;
|
pthread_t rend_tid;
|
||||||
static volatile int rend_stop_flag = 0;
|
static volatile int rend_stop_flag = 0;
|
||||||
static volatile int rend_timeout = 10; /* select timeout */
|
static volatile int rend_timeout = 100000000; /* select timeout */
|
||||||
static DNSServiceRef rend_client = NULL;
|
static DNSServiceRef rend_client = NULL;
|
||||||
static DNSServiceRef rend_client2 = NULL;
|
static DNSServiceRef rend_client2 = NULL;
|
||||||
static volatile int rend_count=0;
|
static volatile int rend_count=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user