mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
- added startup of yp add/touch thread
svn path=/trunk/icecast/; revision=5011
This commit is contained in:
parent
fb9292658b
commit
abb6cddbf0
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user