aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-04 22:53:27 +0100
committercbdev <cb@cbcdn.com>2019-12-04 22:53:27 +0100
commit8979c52e767791f97f462835a9e4c5e66d1112cc (patch)
tree7ebfd1f7563f0ca6e4160192e1f39a892b35559e
parentbb6e54e99b86a71fcc300890b41b49209245ac61 (diff)
downloadmidimonster-0.2.tar.gz
midimonster-0.2.tar.bz2
midimonster-0.2.zip
Remove check for executable bit on shared librariesv0.2
-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;
}