adc: fix wrong client tag ordering
--HG-- branch : adc
This commit is contained in:
parent
2610003cdb
commit
f0e5270458
@ -386,7 +386,7 @@ func (this *AdcProtocol) infoFlagsFor(u *UserInfo) map[string]string {
|
|||||||
parts["AP"] = u.ClientTag
|
parts["AP"] = u.ClientTag
|
||||||
parts["VE"] = u.ClientVersion
|
parts["VE"] = u.ClientVersion
|
||||||
} else {
|
} else {
|
||||||
parts["VE"] = fmt.Sprintf("%s %s", u.ClientVersion, u.ClientTag)
|
parts["VE"] = fmt.Sprintf("%s %s", u.ClientTag, u.ClientVersion)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not send the hub a CT (it decides what type we are)
|
// Do not send the hub a CT (it decides what type we are)
|
||||||
|
Loading…
Reference in New Issue
Block a user