Skip to content
Snippets Groups Projects
Commit b9e5bcaa authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

address lookup: fix when no account is provided

Change-Id: Iab22cafde6aa39a5dd970ace8de6150cc85e3bf5
parent 4e29bcfc
No related branches found
No related tags found
No related merge requests found
......@@ -1032,7 +1032,7 @@ lookupAddress(const std::string& account, const std::string& nameserver, const s
[address](const std::string& regName, const std::string& addr,
jami::NameDirectory::Response response) {
jami::emitSignal<libjami::ConfigurationSignal::RegisteredNameFound>(
"", address, (int) response, regName, addr);
"", address, (int) response, addr, regName);
});
return true;
} else if (auto acc = jami::Manager::instance().getAccount<JamiAccount>(account)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment