Skip to content

Commit

Permalink
Fix CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
jdochoa committed Jan 8, 2024
1 parent 1569808 commit 366c5a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/metadata/User.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ uint32_t User::getGroupId() const

IBPP::User& User::getUserIBPP() const
{

IBPP::User usr;
// TODO: review
/*IBPP::User usr;
usr.username = wx2std(usernameM);
usr.password = wx2std(passwordM);
Expand All @@ -118,7 +118,7 @@ IBPP::User& User::getUserIBPP() const
usr.userid = useridM;
usr.groupid = groupidM;
return usr;
return usr;*/
}

void User::setServer(ServerPtr srv)
Expand Down

0 comments on commit 366c5a8

Please sign in to comment.