summaryrefslogtreecommitdiff
path: root/src/uplink.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-11 18:10:38 +0000
committerSadie Powell <sadie@witchery.services>2024-02-11 18:10:38 +0000
commitcef56abea4cf302d20ba7ab33719e86276b672ea (patch)
treedb27b33f819f2d3548e7bc43e4a036c7803f8de5 /src/uplink.cpp
parent30b9f127113cc715cf90f87a298572b8a73b6788 (diff)
Consistently use time_t for the timer duration.
Diffstat (limited to 'src/uplink.cpp')
-rw-r--r--src/uplink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uplink.cpp b/src/uplink.cpp
index 60e278dce..0e4605841 100644
--- a/src/uplink.cpp
+++ b/src/uplink.cpp
@@ -21,7 +21,7 @@ class ReconnectTimer final
: public Timer
{
public:
- ReconnectTimer(int wait)
+ ReconnectTimer(time_t wait)
: Timer(wait)
{
}