mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
More diag logging, move WS_PRIVATE into the WS_CONNINFO
This commit is contained in:
@@ -229,6 +229,8 @@ void daap_handler(WS_CONNINFO *pwsc) {
|
||||
}
|
||||
}
|
||||
|
||||
DPRINTF(ERR_DEBUG,"Finished serving DAAP response\n");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -255,7 +257,7 @@ int main(int argc, char *argv[]) {
|
||||
WSCONFIG ws_config;
|
||||
WSHANDLE server;
|
||||
pid_t rendezvous_pid;
|
||||
int use_mdns=1;
|
||||
int use_mdns=0;
|
||||
ENUMHANDLE handle;
|
||||
MP3FILE *pmp3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user