mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 20:10:17 +01:00
wwan: fix building for !WITH_OFONO
This commit is contained in:
parent
acac97f818
commit
735bb933f6
1 changed files with 2 additions and 0 deletions
|
|
@ -540,7 +540,9 @@ ensure_client (NMModemManager *self)
|
|||
|
||||
/* If already available, recheck name owner! */
|
||||
modem_manager_check_name_owner (self);
|
||||
#if WITH_OFONO
|
||||
ofono_check_name_owner (self);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue