You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Christophe JAILLET <ch...@wanadoo.fr> on 2015/08/16 00:19:04 UTC

Erroneous comment in command structure declaration

Hi,

in many modules, the module declaration structure has the following 
comment for the command structure:
     XXX_cmds,                /* command apr_table_t */
(86 occurrences in trunk)

but this is just a null-terminated array and not an apr_table_t, right?


Using "table of config file commands" (as generated by apxs) or "command 
table" (as seen sometimes) sounds more appropriate.

Best regards,
CJ