Displaying 1 result from an estimated 1 matches for "ej7bzwdoymrqbyxgcdet2b".
2004 Aug 06
2
redundant code ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
In connection.c arround line 847 icecast2 does:
if (global.clients >= client_limit) {
client_send_504(client,
"The server is already full. Try again later.");
global_unlock();
return;
}
Then just a little bit later, does the same thing in the if (source) {}
block.
Is this code