|
@@ -18,7 +18,7 @@ import (
|
|
|
|
|
|
// Checkin -- go routine that checks for public or local ip changes, publishes changes
|
|
|
// if there are no updates, simply "pings" the server as a checkin
|
|
|
-func Checkin(ctx context.Context, wg *sync.WaitGroup, currentComms map[string]struct{}) {
|
|
|
+func Checkin(ctx context.Context, wg *sync.WaitGroup) {
|
|
|
defer wg.Done()
|
|
|
for {
|
|
|
select {
|