summaryrefslogtreecommitdiff
path: root/osdep/PortMapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/PortMapper.cpp')
-rw-r--r--osdep/PortMapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/PortMapper.cpp b/osdep/PortMapper.cpp
index 0da00653..825972b0 100644
--- a/osdep/PortMapper.cpp
+++ b/osdep/PortMapper.cpp
@@ -131,7 +131,7 @@ public:
InetAddress publicAddress;
sendpublicaddressrequest(&natpmp);
- uint64_t myTimeout = OSUtils::now() + 5000;
+ int64_t myTimeout = OSUtils::now() + 5000;
do {
fd_set fds;
struct timeval timeout;