summaryrefslogtreecommitdiff
path: root/src/chcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chcon.c')
-rw-r--r--src/chcon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chcon.c b/src/chcon.c
index 674d03366..4f51d70d4 100644
--- a/src/chcon.c
+++ b/src/chcon.c
@@ -24,7 +24,6 @@
#include "error.h"
#include "ignore-value.h"
#include "quote.h"
-#include "quotearg.h"
#include "root-dev-ino.h"
#include "selinux-at.h"
#include "xfts.h"
@@ -98,7 +97,7 @@ compute_context_from_mask (char const *context, context_t *ret)
if (!new_context)
{
error (0, errno, _("failed to create security context: %s"),
- quotearg_colon (context));
+ quote (context));
return 1;
}