mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 21:38:06 +02:00
modem: fix stage3 IP config kickoff
This commit is contained in:
parent
821bfe5257
commit
66fbf31a19
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ nm_modem_stage3_ip4_config_start (NMModem *self,
|
|||
req = nm_device_get_act_request (device);
|
||||
g_assert (req);
|
||||
|
||||
switch (NM_MODEM_GET_PRIVATE (device)->ip_method) {
|
||||
switch (NM_MODEM_GET_PRIVATE (self)->ip_method) {
|
||||
case MM_MODEM_IP_METHOD_PPP:
|
||||
ret = ppp_stage3_ip4_config_start (self, req, reason);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue