<div dir="ltr"><div># HG changeset patch</div><div># User Robert Paprocki <<a href="mailto:robert@cryptobells.com">robert@cryptobells.com</a>></div><div># Date 1475887216 25200</div><div>#      Fri Oct 07 17:40:16 2016 -0700</div><div># Node ID eb5109e432b6138d2a128fd3766be2dbb11974af</div><div># Parent  1606a817c1d48ed351f1dd7d9cb9c996e2c77b9a</div><div>Limit req: Remove unused struct element</div><div><br></div><div>dummy doesn't appear to be necessary for padding alignment,</div><div>and is unused in this module.</div><div><br></div><div>diff -r 1606a817c1d4 -r eb5109e432b6 src/http/modules/ngx_http_limit_req_module.c</div><div>--- a/src/http/modules/ngx_http_limit_req_module.c<span class="gmail-Apple-tab-span" style="white-space:pre">    </span>Fri Oct 07 16:59:14 2016 +0300</div><div>+++ b/src/http/modules/ngx_http_limit_req_module.c<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>Fri Oct 07 17:40:16 2016 -0700</div><div>@@ -12,7 +12,6 @@</div><div> </div><div> typedef struct {</div><div>     u_char                       color;</div><div>-    u_char                       dummy;</div><div>     u_short                      len;</div><div>     ngx_queue_t                  queue;</div><div>     ngx_msec_t                   last;</div><div><br></div></div>