1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-02 13:47:00 +02:00

remove newline

This commit is contained in:
Deon Thomas 2022-05-10 14:25:39 -04:00
parent 7bf5b48d9f
commit 9b186463cb
No known key found for this signature in database
GPG Key ID: 0FF7DAE12CA62D67

View File

@ -546,7 +546,6 @@ func (h *Headscale) PollNetMapStream(
// since the stream opened, terminate connection. // since the stream opened, terminate connection.
return false return false
} }
now := NowFromTZEnv() now := NowFromTZEnv()
machine.LastSeen = &now machine.LastSeen = &now
err = h.TouchMachine(machine) err = h.TouchMachine(machine)