Fix rebase conflict

preventConflictingFlags
Onder Kalaci 2020-04-07 17:27:36 +02:00
parent 597651add4
commit a7254db8fd
1 changed files with 0 additions and 1 deletions

View File

@ -385,7 +385,6 @@ StartNodeUserDatabaseConnection(uint32 flags, const char *hostname, int32 port,
dlist_push_tail(entry->connections, &newConnection->connectionNode);
ResetShardPlacementAssociation(newConnection);
GivePurposeToConnection(newConnection, flags);
return newConnection;
}