Fix history name
dc.username contains the raw account username, not the username supplied by the client.
This commit is contained in:
parent
75cbc57555
commit
7dc2d4d9b1
@ -727,7 +727,7 @@ func (dc *downstreamConn) register() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
historyName := dc.username
|
historyName := dc.rawUsername
|
||||||
|
|
||||||
var seqPtr *uint64
|
var seqPtr *uint64
|
||||||
if firstDownstream {
|
if firstDownstream {
|
||||||
|
Loading…
Reference in New Issue
Block a user