From e96d74409128c6a977e31f24fad9b267d2feb9a1 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 9 Aug 2024 18:57:15 +0200 Subject: New upstream version 1.48.8 --- src/core/ppp/nm-pppd-plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/ppp/nm-pppd-plugin.c') diff --git a/src/core/ppp/nm-pppd-plugin.c b/src/core/ppp/nm-pppd-plugin.c index 93425f38..c8a866ec 100644 --- a/src/core/ppp/nm-pppd-plugin.c +++ b/src/core/ppp/nm-pppd-plugin.c @@ -73,8 +73,8 @@ nm_phasechange(int arg) case NM_PPP_STATUS_HOLDOFF: ppp_phase = "holdoff"; break; - case NM_PPP_STATUS_MASTER: - ppp_phase = "master"; + case NM_PPP_STATUS_CONTROLLER: + ppp_phase = "controller"; break; default: -- cgit 1.3.0-6-gf8a5