]> granicus.if.org Git - apache/commitdiff
Add 'server' to scope_to_string's list of possible suspects, as to avoid an error...
authorDaniel Gruno <humbedooh@apache.org>
Sun, 26 Aug 2012 17:01:21 +0000 (17:01 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 26 Aug 2012 17:01:21 +0000 (17:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1377457 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/mod_lua.c

index b9f48343e4f501fab427c63507b13c0bcf4dad79..39b2fdc7b213eef2e8706de498cac1da2721a92d 100644 (file)
@@ -102,6 +102,8 @@ static const char *scope_to_string(unsigned int scope)
 #if APR_HAS_THREADS
     case AP_LUA_SCOPE_THREAD:
         return "thread";
+    case AP_LUA_SCOPE_SERVER:
+        return "server";
 #endif
     default:
         ap_assert(0);