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:
parent
2c31125439
commit
2030b6aefd
@ -727,7 +727,7 @@ func (dc *downstreamConn) register() error {
|
||||
}
|
||||
}
|
||||
|
||||
historyName := dc.username
|
||||
historyName := dc.rawUsername
|
||||
|
||||
var seqPtr *uint64
|
||||
if firstDownstream {
|
||||
|
Loading…
x
Reference in New Issue
Block a user