diff options
author | cbdev <cb@cbcdn.com> | 2019-12-04 22:53:27 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-04 22:53:27 +0100 |
commit | 8979c52e767791f97f462835a9e4c5e66d1112cc (patch) | |
tree | 7ebfd1f7563f0ca6e4160192e1f39a892b35559e | |
parent | bb6e54e99b86a71fcc300890b41b49209245ac61 (diff) | |
download | midimonster-8979c52e767791f97f462835a9e4c5e66d1112cc.tar.gz midimonster-8979c52e767791f97f462835a9e4c5e66d1112cc.tar.bz2 midimonster-8979c52e767791f97f462835a9e4c5e66d1112cc.zip |
Remove check for executable bit on shared librariesv0.2
-rw-r--r-- | plugin.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; } |