diff options
Diffstat (limited to 'src/mysql/ngx_http_mysql_test.c')
-rw-r--r-- | src/mysql/ngx_http_mysql_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql/ngx_http_mysql_test.c b/src/mysql/ngx_http_mysql_test.c index 0b83f7d51..2f0600053 100644 --- a/src/mysql/ngx_http_mysql_test.c +++ b/src/mysql/ngx_http_mysql_test.c @@ -33,7 +33,7 @@ static ngx_command_t ngx_http_mysql_test_commands[] = { }; -ngx_http_module_t ngx_http_mysql_test_module_ctx = { +static ngx_http_module_t ngx_http_mysql_test_module_ctx = { NULL, /* preconfiguration */ NULL, /* postconfiguration */ |