mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-16 18:39:46 -04:00
Bugfixes:
* Corrected mLocal -> mExt in ipset.cc * Added pqiipset_test * added both Ext and Local address to GUI display. * p3connmgr: Ip Addresses only updated if we connected (otherwise port is wrong). * p3connmgr: update external address when we get it. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
518de7b8c8
commit
6f219d4fef
5 changed files with 228 additions and 32 deletions
|
@ -213,7 +213,7 @@ bool pqiIpAddrSet::updateLocalAddrs(const pqiIpAddress &addr)
|
|||
|
||||
bool pqiIpAddrSet::updateExtAddrs(const pqiIpAddress &addr)
|
||||
{
|
||||
return mLocal.updateIpAddressList(addr);
|
||||
return mExt.updateIpAddressList(addr);
|
||||
}
|
||||
|
||||
bool pqiIpAddrSet::updateAddrs(const pqiIpAddrSet &addrs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue