[xiph-cvs] cvs commit: ices/src stream.c

Michael Smith msmith at xiph.org
Fri Aug 9 08:02:33 PDT 2002



msmith      02/08/09 11:02:33

  Modified:    src      stream.c
  Log:
  remove silly signal() call that shouldn't have existed.

Revision  Changes    Path
1.15      +1 -3      ices/src/stream.c

Index: stream.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/stream.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- stream.c	3 Aug 2002 12:11:57 -0000	1.14
+++ stream.c	9 Aug 2002 15:02:33 -0000	1.15
@@ -1,7 +1,7 @@
 /* stream.c
  * - Core streaming functions/main loop.
  *
- * $Id: stream.c,v 1.14 2002/08/03 12:11:57 msmith Exp $
+ * $Id: stream.c,v 1.15 2002/08/09 15:02:33 msmith Exp $
  *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
@@ -63,8 +63,6 @@
         /* we only support the ice protocol and vorbis streams currently */
         shout_set_format(sdsc->shout, SHOUT_FORMAT_VORBIS);
         shout_set_protocol(sdsc->shout, SHOUT_PROTOCOL_ICE);
-
-	signal(SIGPIPE, signal_hup_handler);
 
         connip = malloc(16);
         if(!resolver_getip(stream->hostname, connip, 16))

<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