jenkins-bot has submitted this change and it was merged.

Change subject: LUASANDBOX_G requires the tsrm_ls to be present.
......................................................................


LUASANDBOX_G requires the tsrm_ls to be present.

Change-Id: I25a94bd9a7501384992e82630f1d3f617b4ca8dd
---
M luasandbox.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Anomie: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/luasandbox.c b/luasandbox.c
index d353f06..50ea359 100644
--- a/luasandbox.c
+++ b/luasandbox.c
@@ -315,6 +315,7 @@
 
 static int luasandbox_post_deactivate() /* {{{ */
 {
+       TSRMLS_FETCH();
        if (LUASANDBOX_G(signal_handler_installed)) {
                luasandbox_timer_remove_handler(&LUASANDBOX_G(old_handler));
                LUASANDBOX_G(signal_handler_installed) = 0;

-- 
To view, visit https://gerrit.wikimedia.org/r/97928
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I25a94bd9a7501384992e82630f1d3f617b4ca8dd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/php/luasandbox
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to