Skip to content

Commit

Permalink
Reversed the fix - just as a test - lots of failures in github action…
Browse files Browse the repository at this point in the history
…s ...
  • Loading branch information
kzangeli committed Sep 16, 2023
1 parent f010a56 commit 484961b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/orionld/mongoc/mongocInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ static char* uriCompose
// If dbHost is a list, the list must end with a slash
// Assuming it's a list if there's a comma in the string
//
if (strchr(dbHost, ',') != NULL)
compV[compNo++] = (char*) "/";
// if (strchr(dbHost, ',') != NULL)
// compV[compNo++] = (char*) "/";

bool dbAuthDbPresent = (dbAuthDb != NULL) && (dbAuthDb[0] != 0);
bool dbReplicaSetPresent = (dbReplicaSet != NULL) && (dbReplicaSet[0] != 0);
Expand Down

0 comments on commit 484961b

Please sign in to comment.