diff options
Diffstat (limited to 'src/ppp/nm-pppd-plugin.c')
| -rw-r--r-- | src/ppp/nm-pppd-plugin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ppp/nm-pppd-plugin.c b/src/ppp/nm-pppd-plugin.c index 09196340..a8d6749a 100644 --- a/src/ppp/nm-pppd-plugin.c +++ b/src/ppp/nm-pppd-plugin.c @@ -22,7 +22,6 @@ #include <config.h> #define ___CONFIG_H__ -#include <string.h> #include <pppd/pppd.h> #include <pppd/fsm.h> #include <pppd/ipcp.h> @@ -132,7 +131,7 @@ nm_phasechange (void *data, int arg) NULL, NULL); } - if (ppp_status == PHASE_RUNNING) { + if (ppp_status == NM_PPP_STATUS_RUNNING) { index = if_nametoindex (ifname); /* Make a sync call to ensure that when the call * terminates the interface already has its final |