Fix the poll() loop (ret == 0 means that a timeout expired, so it must be
authorLuca Abeni <lucabe72@email.it>
Tue, 10 Apr 2007 14:40:03 +0000 (14:40 +0000)
committerLuca Abeni <lucabe72@email.it>
Tue, 10 Apr 2007 14:40:03 +0000 (14:40 +0000)
commite8d658df344553170cc1302438a8e70d97b52169
treea2d5c1d9baf65c725b21a0047ed3e02f43392243
parent7e665cd3ff1c8843f6be922dce0d610404215f09
Fix the poll() loop (ret == 0 means that a timeout expired, so it must be
handled)

Originally committed as revision 8711 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c