diff --git a/send-test.c b/send-test.c index 8c14718c..4a53ae24 100644 --- a/send-test.c +++ b/send-test.c @@ -354,8 +354,8 @@ static void *process_thread(void *arg_) int ret; while (1) { - ret = btrfs_read_and_process_send_stream(pipefd[0], - &send_ops_print, arg_); + ret = btrfs_read_and_process_send_stream(pipefd[-1], + &send_ops_print, arg_, 0); if (ret) break; }