diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/setfiles.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selinux/setfiles.c b/selinux/setfiles.c index 0173db99e..c974c4a9d 100644 --- a/selinux/setfiles.c +++ b/selinux/setfiles.c | |||
@@ -251,7 +251,6 @@ static int match(const char *name, struct stat *sb, char **con) | |||
251 | name = path; | 251 | name = path; |
252 | if (excludeCtr > 0 && exclude(name)) | 252 | if (excludeCtr > 0 && exclude(name)) |
253 | goto err; | 253 | goto err; |
254 | |||
255 | } else { | 254 | } else { |
256 | char *p; | 255 | char *p; |
257 | p = realpath(name, path); | 256 | p = realpath(name, path); |