Skip to content

Commit

Permalink
Update util/config_file.c
Browse files Browse the repository at this point in the history
Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
  • Loading branch information
vvfedorenko and wcawijngaards committed Apr 26, 2023
1 parent fcea61e commit 73cd457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/config_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ int config_set_option(struct config_file* cfg, const char* opt,
else S_NUMBER_NONZERO("tcp-reuse-timeout:", tcp_reuse_timeout)
else S_YNO("edns-tcp-keepalive:", do_tcp_keepalive)
else S_NUMBER_NONZERO("edns-tcp-keepalive-timeout:", tcp_keepalive_timeout)
else S_NUMBER_NONZERO("sock-queue-timeout:", sock_queue_timeout)
else S_NUMBER_OR_ZERO("sock-queue-timeout:", sock_queue_timeout)
else S_YNO("ssl-upstream:", ssl_upstream)
else S_YNO("tls-upstream:", ssl_upstream)
else S_STR("ssl-service-key:", ssl_service_key)
Expand Down

0 comments on commit 73cd457

Please sign in to comment.