Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins/radius: fix segfault during shutdown. (ppp-project#455)
ppp_get_ifname() is the wrong thing to use in this slprintf call as it returns an int which is the length of the interface name, not a pointer to the interface name, which is what ppp_ifname() returns. Closes: ppp-project#454 Signed-off-by: Jaco Kroon <jaco@uls.co.za>
- Loading branch information