Fix history name

dc.username contains the raw account username, not the username supplied
by the client.
This commit is contained in:
Simon Ser 2020-03-19 14:44:49 +01:00
parent 75cbc57555
commit 7dc2d4d9b1
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ func (dc *downstreamConn) register() error {
}
}
historyName := dc.username
historyName := dc.rawUsername
var seqPtr *uint64
if firstDownstream {