Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition with multiple domain records
This commit fixes a race condition, where only the first inwx id of an array of multiple ids gets updated. The section to save the old v4 and v6 address is moved out of the for loop in order to have these variables saved globally. This way we have still the old ip address saved, even in the second run of the for loop. This commit is a similar solution to the more complex solutions in gehaxelt#23 and gehaxelt#25
- Loading branch information