Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lourie <djay.il@gmail.com>
  • Loading branch information
alourie authored and Zariel committed May 23, 2019
1 parent 0a80211 commit 0680bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ func (c *Conn) awaitSchemaAgreement(ctx context.Context) (err error) {
}

for _, row := range rows {
host, err := c.session.hostInfoFromMap(row, c.session.cfg.Port)
host, err := c.session.hostInfoFromMap(row, &HostInfo{connectAddress: c.host.ConnectAddress(), port: c.session.cfg.Port})
if err != nil {
goto cont
}
Expand Down

0 comments on commit 0680bfb

Please sign in to comment.