diff options
| author | Gavin Andresen <[email protected]> | 2012-01-19 14:22:26 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-01-19 14:22:26 -0500 |
| commit | c55fd06b990df44df88775d3333d43ad740d726f (patch) | |
| tree | 06a07d911d8a7191291f706208db2a4b34d3acb0 /src/net.cpp | |
| parent | Merge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bi... (diff) | |
| parent | Replace tabs with four spaces to comply with coding standard in doc/coding.txt (diff) | |
| download | discoin-c55fd06b990df44df88775d3333d43ad740d726f.tar.xz discoin-c55fd06b990df44df88775d3333d43ad740d726f.zip | |
Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net.cpp b/src/net.cpp index b91a8f69c..5aaa68213 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -969,11 +969,11 @@ void ThreadMapPort2(void* parg) #ifndef UPNPDISCOVER_SUCCESS /* miniupnpc 1.5 */ r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype, - port, port, lanaddr, strDesc.c_str(), "TCP", 0); + port, port, lanaddr, strDesc.c_str(), "TCP", 0); #else /* miniupnpc 1.6 */ r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype, - port, port, lanaddr, strDesc.c_str(), "TCP", 0, "0"); + port, port, lanaddr, strDesc.c_str(), "TCP", 0, "0"); #endif if(r!=UPNPCOMMAND_SUCCESS) |