Changeset 124 in code


Ignore:
Timestamp:
Mar 19, 2020, 1:44:49 PM (5 years ago)
Author:
contact
Message:

Fix history name

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r120 r124  
    728728                }
    729729
    730                 historyName := dc.username
     730                historyName := dc.rawUsername
    731731
    732732                var seqPtr *uint64
Note: See TracChangeset for help on using the changeset viewer.