[xiph-commits] r7454 - icecast/branches/kh/icecast/src

karl at motherfish-iii.xiph.org karl
Thu Aug 5 19:07:13 PDT 2004


Author: karl
Date: Thu Aug  5 19:07:13 2004
New Revision: 7454

Modified:
icecast/branches/kh/icecast/src/connection.c
Log:
remove old code, one being a leftover from previous testing


Modified: icecast/branches/kh/icecast/src/connection.c
===================================================================
--- icecast/branches/kh/icecast/src/connection.c	2004-08-02 09:37:08 UTC (rev 7453)
+++ icecast/branches/kh/icecast/src/connection.c	2004-08-02 19:01:38 UTC (rev 7454)
@@ -247,8 +247,6 @@
if (!sock_recoverable(sock_error()))
{
WARN2("accept() failed with error %d: %s", sock_error(), strerror(sock_error()));
-        abort();
-        /* global.running = ICE_HALTING; */
}

free(ip);
@@ -724,7 +722,6 @@
client_t *client;
int bytes;
struct stat statbuf;
-    source_t *source;
int fileserve;
char *host;
int port;



More information about the commits mailing list