More diag logging, move WS_PRIVATE into the WS_CONNINFO

This commit is contained in:
Ron Pedde
2003-11-20 21:58:22 +00:00
parent 14a508bc34
commit 938d54b055
7 changed files with 39 additions and 44 deletions

View File

@@ -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;