Corrected spacing issue.
This commit is contained in:
parent
d1145e5c04
commit
b1e3c9c22d
|
@ -2933,7 +2933,7 @@ int main(int argc, char* argv[]) {
|
|||
catch (Error& e) {
|
||||
fprintf(stderr, "ERROR: cannot set TLS CA path to `%s' (%s)\n", tlsCAPath.c_str(), e.what());
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (tlsKeyPath.size()) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue