SKALE-2686 remove redunant initialization

parent 8a27f01a
...@@ -113,8 +113,6 @@ int main(int argc, char *argv[]) { ...@@ -113,8 +113,6 @@ int main(int argc, char *argv[]) {
break; break;
case 'n': case 'n':
useHTTPSOption = false; useHTTPSOption = false;
checkClientCertOption = false;
autoSignClientCertOption = true;
break; break;
case 'a': case 'a':
encryptKeysOption = false; encryptKeysOption = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment