summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2021-06-25 10:42:53 +0200
committerJan Macku <jamacku@redhat.com>2021-07-28 13:00:36 +0200
commit1745f135c7b26fef0223848efc06e62cf86c1b34 (patch)
tree71c545316dacf3301ea0dbf6d087237b35d61f01
parentb36d6b397ad43e081574663a65b0db72cdcaaf28 (diff)
downloadsystemd-239-45.3.tar.gz
remove a left-over breakv239-45.3
By the "same logic as above...", we want to continue to fallback here, but the break prohibits that. This is a follow-up for ee1aa61c4710ae567a2b844e0f0bb8cb0456ab8c . Based on: 99df1cb6f50875db513a5b45f18191460a150f3d) Related: #1984406 (cherry picked from commit 5944138a54017fc8f1f4c878a1eea96ea18736c4)
-rw-r--r--src/basic/copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/copy.c b/src/basic/copy.c
index a48c42c5c6..1a0db29ac9 100644
--- a/src/basic/copy.c
+++ b/src/basic/copy.c
@@ -218,7 +218,6 @@ int copy_bytes_full(
break;
try_sendfile = try_splice = false; /* same logic as above for copy_file_range() */
- break;
} else
/* Success! */
goto next;