Fix proxy, cafile, capath command line options

Broken by edab57887d.
This commit is contained in:
Tamás Bálint Misius 2023-01-02 18:47:36 +01:00
parent 6e140b580c
commit 55524bc27a
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -772,6 +772,7 @@ int main(int argc, char * argv[])
ByteString value;
if (arg.has_value())
{
value = arg.value();
if (value == "")
{
value = defaultValue;