minor fix

This commit is contained in:
crn4 2025-06-18 18:22:58 +02:00
parent ebf3d26c91
commit 6aaec1002d

View File

@ -1564,7 +1564,7 @@ func (am *DefaultAccountManager) SyncAndMarkPeer(ctx context.Context, accountID
log.WithContext(ctx).Warnf("failed marking peer as connected %s %v", peerPubKey, err) log.WithContext(ctx).Warnf("failed marking peer as connected %s %v", peerPubKey, err)
} }
metahash := metaHash(meta) metahash := metaHash(meta, realIP.String())
am.loginFilter.addLogin(peerPubKey, metahash) am.loginFilter.addLogin(peerPubKey, metahash)
return peer, netMap, postureChecks, nil return peer, netMap, postureChecks, nil