Skip to content

Commit

Permalink
Add 'pull' to ignored options
Browse files Browse the repository at this point in the history
Fixes error that --pull is a unknown option in client config.
  • Loading branch information
MertenF authored Jul 27, 2023
1 parent 8f5afdd commit 790a02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openvpn/client/cliopt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ class ClientOptions : public RC<thread_unsafe_refcount>
"mute-replay-warnings",
"nobind", /* only behaviour in v3 client anyway */
"prng",
"pull", /* option is implied by 'client' */
"rcvbuf", /* present in many configs */
"replay-persist", /* Makes little sense in TLS mode */
"script-security",
Expand Down

0 comments on commit 790a02b

Please sign in to comment.