From 2030b6aefdbac2d90aeb2e847950735d9ada5a66 Mon Sep 17 00:00:00 2001 From: contact Date: Thu, 19 Mar 2020 13:44:49 +0000 Subject: [PATCH] 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 --- downstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downstream.go b/downstream.go index 8fccfed..9605998 100644 --- a/downstream.go +++ b/downstream.go @@ -727,7 +727,7 @@ func (dc *downstreamConn) register() error { } } - historyName := dc.username + historyName := dc.rawUsername var seqPtr *uint64 if firstDownstream {