diff options
-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; } |