From d69d5bff28f667c91284f0104c36be5d95d08db5 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 27 Jul 2016 10:06:02 -0700 Subject: [PATCH] remove redundant call to userPerms.setVerifiedUserName --- domain-server/src/DomainGatekeeper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/domain-server/src/DomainGatekeeper.cpp b/domain-server/src/DomainGatekeeper.cpp index 891c181c7c..cab3206031 100644 --- a/domain-server/src/DomainGatekeeper.cpp +++ b/domain-server/src/DomainGatekeeper.cpp @@ -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()) {