fixed wrong account numbering in retroshare-nogui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8177 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-04-28 12:08:43 +00:00
parent a52031ac58
commit 8a0d4caaa7

View File

@ -227,6 +227,7 @@ void TerminalApiClient::run()
<< makeKeyValueReference("location", location);
std::cout << "[" << i << "] " << name << "(" << location << ")" << std::endl;
accounts.push_back(id);
i++;
}
}