summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-06-13 17:01:07 -0400
committerRay Strode <rstrode@redhat.com>2007-06-13 17:01:07 -0400
commit3ac8809ce928643fdeb854fd28ea29dec79aef85 (patch)
tree66ee83106ec8ec1d66f93a9af06eca2b6afaf57d
parent093fab67545541462d5d193f823b57263f652ec5 (diff)
downloadplymouth-3ac8809ce928643fdeb854fd28ea29dec79aef85.tar.gz
plymouth-3ac8809ce928643fdeb854fd28ea29dec79aef85.tar.xz
plymouth-3ac8809ce928643fdeb854fd28ea29dec79aef85.zip
return true in the success path to ply_file_copy
-rw-r--r--src/libply/ply-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libply/ply-utils.c b/src/libply/ply-utils.c
index f0704ea..f98f21a 100644
--- a/src/libply/ply-utils.c
+++ b/src/libply/ply-utils.c
@@ -765,6 +765,7 @@ ply_copy_file (const char *source,
goto out;
}
+ file_copied = true;
out:
close (source_fd);
close (destination_fd);