Corrected spacing issue.

This commit is contained in:
Balachandar Namasivayam 2019-02-06 11:27:26 -08:00
parent d1145e5c04
commit b1e3c9c22d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {