1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-11-03 04:17:17 -05:00

make sure source clients without mount get listed, missed from previous patch

svn path=/icecast/branches/kh/icecast/; revision=7639
This commit is contained in:
Karl Heyes 2004-08-26 12:26:32 +00:00
parent 3eb019a593
commit b1769ccbd1

View File

@ -1293,7 +1293,9 @@ void *source_client_thread (void *arg)
source->client->con->sent_bytes += bytes;
stats_event_inc(NULL, "source_client_connections");
stats_event (source->mount, "listeners", "0");
source_main (source);
stats_event (source->mount, "listeners", NULL);
}
source_free_source (source);
return NULL;