diff options
Diffstat (limited to 'libbb/copy_file.c')
-rw-r--r-- | libbb/copy_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/copy_file.c b/libbb/copy_file.c index 2d6557cd4..49d1ec9c6 100644 --- a/libbb/copy_file.c +++ b/libbb/copy_file.c | |||
@@ -327,7 +327,7 @@ int FAST_FUNC copy_file(const char *source, const char *dest, int flags) | |||
327 | ) { | 327 | ) { |
328 | security_context_t con; | 328 | security_context_t con; |
329 | if (getfscreatecon(&con) == -1) { | 329 | if (getfscreatecon(&con) == -1) { |
330 | bb_perror_msg("getfscreatecon"); | 330 | bb_simple_perror_msg("getfscreatecon"); |
331 | return -1; | 331 | return -1; |
332 | } | 332 | } |
333 | if (con) { | 333 | if (con) { |