Skip to content

Commit 037e185

Browse files
committed
Typos in readconf.c
1 parent 9aaf299 commit 037e185

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readconf.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3875,8 +3875,8 @@ dump_client_config(Options *o, const char *host)
38753875
dump_cfg_fmtint(oNoneMacEnabled, o->nonemac_enabled);
38763876
dump_cfg_fmtint(oFallback, o->fallback);
38773877
dump_cfg_fmtint(oMetrics, o->metrics);
3878-
dump_cfg_fmtint(oUseMPTCP, o->usemptcp);
3879-
dump_cfg_fmtint(oHappyEyes, o->happyeyes);
3878+
dump_cfg_fmtint(oUseMPTCP, o->use_mptcp);
3879+
dump_cfg_fmtint(oHappyEyes, o->use_happyeyes);
38803880
dump_cfg_fmtint(oWarnWeakCrypto, o->warn_weak_crypto);
38813881

38823882
/* Integer options */
@@ -3891,7 +3891,7 @@ dump_client_config(Options *o, const char *host)
38913891
o->obscure_keystroke_timing_interval);
38923892
dump_cfg_int(oMetricsInterval, o->metrics_interval);
38933893
dump_cfg_int(oFallbackPort, o->fallback_port);
3894-
dump_cfp_int(oHappyDelay, o->happydelay);
3894+
dump_cfg_int(oHappyDelay, o->happy_delay);
38953895

38963896
/* String options */
38973897
dump_cfg_string(oBindAddress, o->bind_address);

0 commit comments

Comments
 (0)