No Description

030-upnphttp-fixPhilips.patch 199B

123456789101112
  1. --- a/upnphttp.c
  2. +++ b/upnphttp.c
  3. @@ -1259,7 +1259,7 @@
  4. int try_sendfile = 1;
  5. #endif
  6. - while( offset < end_offset )
  7. + while( offset <= end_offset )
  8. {
  9. #if HAVE_SENDFILE
  10. if( try_sendfile )