minor fix
This commit is contained in:
parent
149d8a9b18
commit
5bcacb1e18
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ ResponseCode Server_ProtocolHandler::cmdListUsers(Command_ListUsers * /*cmd*/, C
|
|||
QList<ServerInfo_User *> resultList;
|
||||
QMapIterator<QString, Server_ProtocolHandler *> userIterator = server->getUsers();
|
||||
while (userIterator.hasNext())
|
||||
resultList.append(new ServerInfo_User(userIterator.next().value()->getUserInfo()));
|
||||
resultList.append(new ServerInfo_User(userIterator.next().value()->getUserInfo(), false));
|
||||
|
||||
acceptsUserListChanges = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue