diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-05-10 20:35:13 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-05-11 15:29:19 +0200 |
commit | 7fa4443f77a659031e277337770b506fcf954d69 (patch) | |
tree | 9464645df0c9ed33668586fe924d4c02e54ec1a1 /src/irc.cpp | |
parent | 457754d2c24f7e53c55f4b68155a5fa702552327 (diff) |
Keep port information for local addresses
Diffstat (limited to 'src/irc.cpp')
-rw-r--r-- | src/irc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.cpp b/src/irc.cpp index f20152495e..525bd7a8da 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -246,7 +246,7 @@ void ThreadIRCSeed2(void* parg) return; } - CNetAddr addrLocal; + CService addrLocal; string strMyName; if (GetLocal(addrLocal, &addrConnect)) strMyName = EncodeAddress(GetLocalAddress(&addrConnect)); |