Skip to content

Avoid updating IPv4 MS entry if it failed to register

Hanicef requested to merge Hanicef/SRB2:avoid-update-failed-ms into next

If a server fails to register on the master server on IPv4, but succeeds to do so on IPv6, it will still attempt to update the IPv4 entry despite not having a valid token. The result is this error:

image

This patch changes this so it only attempts to update the IPv4 entry in case it actually succeeds to register.

Merge request reports