1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

- added startup of yp add/touch thread

svn path=/trunk/icecast/; revision=5011
This commit is contained in:
oddsock 2003-06-26 13:33:15 +00:00
parent fb9292658b
commit abb6cddbf0

View File

@ -415,6 +415,12 @@ int main(int argc, char **argv)
/* let her rip */
global.running = ICE_RUNNING;
#ifdef USE_YP
/* Startup yp thread */
yp_initialize();
#endif
_server_proc();
INFO0("Shutting down");