mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 14:20:00 -08:00
Fix build.
This commit is contained in:
parent
28a74743a6
commit
8dc992d414
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ func (server *Server) sendUserList(client *Client) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(connectedClient.CertHash) > 0 {
|
if len(connectedClient.CertHash) > 0 {
|
||||||
userstate.Hash = connectedClient.CertHash
|
userstate.Hash = proto.String(connectedClient.CertHash)
|
||||||
}
|
}
|
||||||
|
|
||||||
if connectedClient.IsRegistered() {
|
if connectedClient.IsRegistered() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue