mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
remove redundant call to userPerms.setVerifiedUserName
This commit is contained in:
parent
a2d35df34e
commit
d69d5bff28
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ SharedNodePointer DomainGatekeeper::processAgentConnectRequest(const NodeConnect
|
|||
QString verifiedUsername;
|
||||
if (!username.isEmpty() && verifyUserSignature(username, usernameSignature, nodeConnection.senderSockAddr)) {
|
||||
// they sent us a username and the signature verifies it
|
||||
userPerms.setVerifiedUserName(username);
|
||||
verifiedUsername = username;
|
||||
getGroupMemberships(username);
|
||||
} else if (!username.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue