Set connectionFile instead of creating a shadow
This commit is contained in:
parent
6499fa178e
commit
4361dcca2e
|
@ -1505,7 +1505,7 @@ private:
|
|||
fprintf(stderr, "%s\n", ClusterConnectionString::getErrorString(connectionString, e).c_str());
|
||||
throw;
|
||||
}
|
||||
auto connectionFile = makeReference<ClusterConnectionFile>(connFile, ccs);
|
||||
connectionFile = makeReference<ClusterConnectionFile>(connFile, ccs);
|
||||
} else {
|
||||
std::pair<std::string, bool> resolvedClusterFile;
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue