mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-18 08:30:41 +02: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
This commit is contained in:
parent
f3c1e7f6ab
commit
1cdb36b8de
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