Fix history name

dc.username contains the raw account username, not the username supplied
by the client.

git-svn-id: file:///srv/svn/repo/suika/trunk@124 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2020-03-19 13:44:49 +00:00
parent 2c31125439
commit 2030b6aefd

View File

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