From 7dc2d4d9b184ef5fc7d44283f6c79b3f3078ba21 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 19 Mar 2020 14:44:49 +0100 Subject: [PATCH] Fix history name dc.username contains the raw account username, not the username supplied by the client. --- 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 {