diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-02-06 15:41:43 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-02-06 15:41:43 -0700 |
commit | 1d7b336f7c65ab138ba1bae46a4e9c4861c3e12d (patch) | |
tree | 7285768941d9f6d9150ec53b157ae0882017ef87 /pith/conf.c | |
parent | 2eb52cbfe33171eda83b69d9df36cee0ff834f33 (diff) | |
download | alpine-1d7b336f7c65ab138ba1bae46a4e9c4861c3e12d.tar.xz |
* Add a help text to the option close-connection-timeout. Reported by
Aditya Mahajan.
Diffstat (limited to 'pith/conf.c')
-rw-r--r-- | pith/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/conf.c b/pith/conf.c index f6fe4863..c39a19eb 100644 --- a/pith/conf.c +++ b/pith/conf.c @@ -7857,6 +7857,8 @@ config_help(int var, int feature) return(h_config_tcp_writewarn_timeo); case V_TCPQUERYTIMEO : return(h_config_tcp_query_timeo); + case V_QUITQUERYTIMEO : + return(h_config_quit_query_timeo); case V_RSHOPENTIMEO : return(h_config_rsh_open_timeo); case V_SSHOPENTIMEO : |