[xiph-cvs] cvs commit: icecast/src main.c
Ed
oddsock at xiph.org
Thu Jun 26 06:33:15 PDT 2003
oddsock 03/06/26 09:33:15
Modified: src main.c
Log:
- added startup of yp add/touch thread
Revision Changes Path
1.28 +6 -0 icecast/src/main.c
Index: main.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/main.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- main.c 28 May 2003 15:04:53 -0000 1.27
+++ main.c 26 Jun 2003 13:33:15 -0000 1.28
@@ -415,6 +415,12 @@
/* let her rip */
global.running = ICE_RUNNING;
+
+#ifdef USE_YP
+ /* Startup yp thread */
+ yp_initialize();
+#endif
+
_server_proc();
INFO0("Shutting down");
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list