Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4425 - trunk/src/http/modules

Anonymous User
January 30, 2012 08:20AM
Author: mdounin
Date: 2012-01-30 13:19:25 +0000 (Mon, 30 Jan 2012)
New Revision: 4425

Log:
Limit req: unbreak compilation with MSVC.


Modified:
trunk/src/http/modules/ngx_http_limit_req_module.c

Modified: trunk/src/http/modules/ngx_http_limit_req_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_limit_req_module.c 2012-01-30 12:53:57 UTC (rev 4424)
+++ trunk/src/http/modules/ngx_http_limit_req_module.c 2012-01-30 13:19:25 UTC (rev 4425)
@@ -166,6 +166,10 @@

rc = NGX_DECLINED;

+#if (NGX_SUPPRESS_WARN)
+ limit = NULL;
+#endif
+
for (n = 0; n < lrcf->limits.nelts; n++) {

limit = &limits[n];

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4425 - trunk/src/http/modules

Anonymous User 1189 January 30, 2012 08:20AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 171
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready