Fix voor xinetd problemen?
This commit is contained in:
parent
309f727f62
commit
ceeef9b29e
4 changed files with 4 additions and 6 deletions
|
@ -47,7 +47,7 @@ int main( int argc, char * argv[] ) {
|
|||
unsigned char packtype;
|
||||
bool gotVideoInfo = false;
|
||||
bool gotAudioInfo = false;
|
||||
while(std::cin.good()) {
|
||||
while(std::cin.good() && std::cout.good()) {
|
||||
loopcount ++;
|
||||
//invalidate the current buffer
|
||||
ringbuf[current_buffer]->number = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue