Skip to content

Commit

Permalink
sandwich-contexts: fix typo in settingClientSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 20, 2024
1 parent 3913333 commit 5062cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandwich-contexts/lib/Test/Sandwich/Contexts/Waits.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tlsNoVerifySettings = mkManagerSettings tlsSettings Nothing
, settingDisableSession = False
, settingUseServerName = False
#if MIN_VERSION_crypton_connection(0,4,0)
, settingsClientSupported = def
, settingClientSupported = def
#endif
}

Expand Down

0 comments on commit 5062cd2

Please sign in to comment.