aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--plugin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin.c b/plugin.c
index a14baff..c7c9812 100644
--- a/plugin.c
+++ b/plugin.c
@@ -141,10 +141,6 @@ load_done:
continue;
}
- if(!(file_stat.st_mode & S_IXUSR)){
- continue;
- }
-
if(plugin_attach(path, entry->d_name)){
goto load_done;
}