Stas Bekman <[EMAIL PROTECTED]> writes:

> But the whole code inside if(ap_extended_status) is irrelevant when
> short_report is true. If I'm not mistaken this if() condition should
> be removed including the similar if (!short_report) before the for
> loop and simply to say:
> 
>   if (ap_extended_status && !short_report) {
>       if (no_table_report)
> 
>       for (i = 0; i < server_limit; ++i) {
>          for (j = 0; j < thread_limit; ++j) {
>               ...
>          }
>       }
>   }

gotcha!  I'll commit something soon-ish.


-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to