diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 14:57:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-28 14:57:12 +0100 |
| commit | f884b3df2762a1bd3799441e06659b9caad4ee6c (patch) | |
| tree | ef54f5f9f736206c32670b8968dd7bd652008d8b /exports/servers.go | |
| parent | e1b0e6d493eb24c13b19254be9889a8b5a3e4281 (diff) | |
Linter: Fix dupword errors
Diffstat (limited to 'exports/servers.go')
| -rw-r--r-- | exports/servers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/servers.go b/exports/servers.go index 959475e..d8dc57a 100644 --- a/exports/servers.go +++ b/exports/servers.go @@ -196,7 +196,7 @@ func getCPtrServer(state *client.Client, base *client.ServerBase) *C.server { if base.EndTime.IsZero() { cServer.expire_time = C.ulonglong(0) } else { - // The expire time should be stored as an unsigned long long in unix itme + // The expire time should be stored as an unsigned long long in unix time cServer.expire_time = C.ulonglong(base.EndTime.Unix()) } return cServer |
