Add interface directive to config file -- fix stderr logging on rendezvous child

This commit is contained in:
Ron Pedde
2005-08-16 02:26:32 +00:00
parent fa48f1175b
commit ab17d88879
7 changed files with 45 additions and 12 deletions

View File

@@ -517,8 +517,8 @@ int main(int argc, char *argv[]) {
#ifndef WITHOUT_MDNS
if(config.use_mdns) { /* register services */
DPRINTF(E_LOG,L_MAIN|L_REND,"Registering rendezvous names\n");
rend_register(config.servername,"_daap._tcp",config.port);
rend_register(config.servername,"_http._tcp",config.port);
rend_register(config.servername,"_daap._tcp",config.port,config.iface);
rend_register(config.servername,"_http._tcp",config.port,config.iface);
}
#endif