mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
r1526906 followup:
error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1951,10 +1951,11 @@ static int lua_post_config(apr_pool_t *pconf, apr_pool_t *plog,
|
||||
apr_pool_t *ptemp, server_rec *s)
|
||||
{
|
||||
apr_pool_t **pool;
|
||||
lua_ssl_val = APR_RETRIEVE_OPTIONAL_FN(ssl_var_lookup);
|
||||
lua_ssl_is_https = APR_RETRIEVE_OPTIONAL_FN(ssl_is_https);
|
||||
const char *tempdir;
|
||||
apr_status_t rs;
|
||||
|
||||
lua_ssl_val = APR_RETRIEVE_OPTIONAL_FN(ssl_var_lookup);
|
||||
lua_ssl_is_https = APR_RETRIEVE_OPTIONAL_FN(ssl_is_https);
|
||||
|
||||
if (ap_state_query(AP_SQ_MAIN_STATE) == AP_SQ_MS_CREATE_PRE_CONFIG)
|
||||
return OK;
|
||||
|
Reference in New Issue
Block a user