summaryrefslogtreecommitdiff
path: root/src/sp_execute.c
diff options
context:
space:
mode:
authorjvoisin2020-08-16 13:14:46 +0200
committerjvoisin2020-08-16 13:14:46 +0200
commita59c3622848840f55a22ed91bf782775f43a40a1 (patch)
treee00e8393814c0eef8701e3b7b77db7ae90fecdfd /src/sp_execute.c
parenteb86001829188731044ca4e95b2cfabf305efa52 (diff)
Remove a useless line of code
Diffstat (limited to 'src/sp_execute.c')
-rw-r--r--src/sp_execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c
index 140e227..ab73972 100644
--- a/src/sp_execute.c
+++ b/src/sp_execute.c
@@ -24,7 +24,6 @@ ZEND_COLD static inline void terminate_if_writable(const char *filename) {
24 } else { 24 } else {
25 sp_log_drop("readonly_exec", 25 sp_log_drop("readonly_exec",
26 "Attempted execution of a writable file (%s).", filename); 26 "Attempted execution of a writable file (%s).", filename);
27 zend_bailout();
28 } 27 }
29 } else { 28 } else {
30 if (EACCES != errno) { 29 if (EACCES != errno) {