DOC: server: Add missing params in comment of the server state line parsing
srv_use_ssl and srv_check_port parameters were not mentionned in the comment of the function parsing a server state line.
This commit is contained in:
parent
4858fb2e18
commit
a8979a9b59
|
@ -3110,6 +3110,8 @@ static void srv_state_parse_line(char *buf, const int version, char **params, ch
|
|||
* srv_fqdn: params[17] => srv_params[13]
|
||||
* srv_port: params[18] => srv_params[14]
|
||||
* srvrecord: params[19] => srv_params[15]
|
||||
* srv_use_ssl: params[20] => srv_params[16]
|
||||
* srv_check_port: params[21] => srv_params[17]
|
||||
*/
|
||||
if (arg >= 4) {
|
||||
srv_params[srv_arg] = cur;
|
||||
|
|
Loading…
Reference in New Issue