Skip to content

Commit

Permalink
Remove a useless line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Aug 16, 2020
1 parent eb86001 commit a59c362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sp_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ZEND_COLD static inline void terminate_if_writable(const char *filename) {
} else {
sp_log_drop("readonly_exec",
"Attempted execution of a writable file (%s).", filename);
zend_bailout();
}
} else {
if (EACCES != errno) {
Expand Down

0 comments on commit a59c362

Please sign in to comment.