diff --git a/service/rpc/auth.go b/service/rpc/auth.go index 6f0dda0d24..1709168eb8 100644 --- a/service/rpc/auth.go +++ b/service/rpc/auth.go @@ -63,6 +63,7 @@ func (a *authHandler) Check(ctx context.Context) (uint64, error) { } s.Host = &model.Host{} s.State = &model.HostState{} + s.GeoIP = &model.GeoIP{} // generate a random silly server name singleton.ServerList[s.ID] = &s singleton.ServerUUIDToID[clientUUID] = s.ID