Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ppp): Only call peer DNS function if configured
The ppp_set_usepeerdns macro is only defined if both flags are enabled, so breaks compilation trying to call it if not. Fix is to add the same flags around the call, so the code now compiles.
- Loading branch information