You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent a router panic when ROUTER_BIND_PORTS_AFTER_SYNC is set
The function that was checking whether the router had synced needed to check the nilness of the target of a pointer, not the pointer itself.
I also corrected the logic so that when the routerPtr target was not defined, it says the router has not synced.
Fixes bug 1589740 (https://bugzilla.redhat.com/show_bug.cgi?id=1589740)
0 commit comments