mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 04:00:09 +01:00
ppp-manager: use configured pppd path
Path to pppd can be set via configure flag but the source code ignores it.
Let's use PPPD_PATH like other calls of nm_utils_find_helper do.
https://bugzilla.gnome.org/show_bug.cgi?id=796752
(cherry picked from commit 1cdb36b8de)
This commit is contained in:
parent
d23af045f6
commit
e117fc0b2d
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ create_pppd_cmd_line (NMPPPManager *self,
|
|||
|
||||
g_return_val_if_fail (setting != NULL, NULL);
|
||||
|
||||
pppd_binary = nm_utils_find_helper ("pppd", NULL, err);
|
||||
pppd_binary = nm_utils_find_helper ("pppd", PPPD_PATH, err);
|
||||
if (!pppd_binary)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue