mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
remove a left-over break
By the "same logic as above...", we want to continue to fallback here,
but the break prohibits that.
This is a follow-up for ee1aa61c47
.
This commit is contained in:
parent
db4c8a2516
commit
99df1cb6f5
@ -244,7 +244,6 @@ int copy_bytes_full(
|
||||
break;
|
||||
|
||||
try_sendfile = try_splice = false; /* same logic as above for copy_file_range() */
|
||||
break;
|
||||
} else
|
||||
/* Success! */
|
||||
goto next;
|
||||
|
Loading…
Reference in New Issue
Block a user