diff options
Diffstat (limited to 'auto/sendfile')
-rw-r--r-- | auto/sendfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/auto/sendfile b/auto/sendfile index a065f7b6..1c20db06 100644 --- a/auto/sendfile +++ b/auto/sendfile @@ -84,10 +84,8 @@ fi if [ $nxt_found = no ]; then - $echo - $echo "$0: error: no supported sendfile() found." - $echo - exit 1; + # No supported sendfile() found. Using our replacement. + nxt_found=yes fi |