Try to fix recvfile using splice on Linux
authorVolker Lendecke <vl@samba.org>
Tue, 23 Dec 2008 21:45:03 +0000 (22:45 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 31 Dec 2008 18:33:25 +0000 (19:33 +0100)
commite0fd61f0cbfb0a25c8e9603375c2eb98936c8345
treed285caeb919585de2f84d1492172f7e0d93d97cc
parent9e1cabdd43bb608c6aa707f0e42d99e204e86603
Try to fix recvfile using splice on Linux

According to the splice(2) manpage, one of the file descriptors *must* be a
pipe. With this patch I could successfully run splice(2) on a debian lenny
installation.

Jeremy, please check!
source3/lib/recvfile.c