X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=send-stream.c;h=78f2571ae40be82cbce1b7eb40e80c5293acd6c8;hb=feccd7a8180f3f0f48ca23692ad5f71783163450;hp=5a028cd977157f7ba738ed905cffea8a257290ee;hpb=71f220034d0ae99d398423ab27e78847e5c02f09;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/send-stream.c b/send-stream.c index 5a028cd..78f2571 100644 --- a/send-stream.c +++ b/send-stream.c @@ -492,7 +492,7 @@ int btrfs_read_and_process_send_stream(int fd, if (ret < 0) goto out; if (ret) { - ret = 1; + ret = -ENODATA; goto out; }