diff options
Diffstat (limited to 'src/chcon.c')
| -rw-r--r-- | src/chcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chcon.c b/src/chcon.c index 3c8edab31..a54133a5c 100644 --- a/src/chcon.c +++ b/src/chcon.c @@ -177,7 +177,7 @@ change_file_context (int fd, char const *file) context_string = specified_context; } - if (file_context == nullptr || ! STREQ (context_string, file_context)) + if (file_context == nullptr || ! streq (context_string, file_context)) { int fail = (affect_symlink_referent ? setfileconat (fd, file, context_string) |
