Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on route withdrawal with addpath
If addpath is enabled rx then adjRIBIn.RemovePath() will access a member of p. As p might be nil (e.g. called by fsm_address_family withdraw()) we need to check for this before accessing it.
- Loading branch information