mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 18:20:10 +01:00
parent
4e4b363cc2
commit
530b82a372
1 changed files with 4 additions and 0 deletions
|
|
@ -809,6 +809,10 @@ create_pppd_cmd_line (NMPPPManager *self,
|
|||
|
||||
g_return_val_if_fail (setting != NULL, NULL);
|
||||
|
||||
#ifndef PPPD_PATH
|
||||
#define PPPD_PATH NULL
|
||||
#endif
|
||||
|
||||
pppd_binary = nm_utils_find_helper ("pppd", PPPD_PATH, err);
|
||||
if (!pppd_binary)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue