clients: do not require gsm.apn

The server doesn't require it either.
This commit is contained in:
Lubomir Rintel 2019-03-16 14:58:20 +01:00 committed by Thomas Haller
parent 605a575238
commit 4ddc2bb766

View file

@ -5425,7 +5425,6 @@ static const NMMetaPropertyInfo *const property_infos_GSM[] = {
PROPERTY_INFO_WITH_DESC (NM_SETTING_GSM_APN,
.is_cli_option = TRUE,
.property_alias = "apn",
.inf_flags = NM_META_PROPERTY_INF_FLAG_REQD,
.prompt = N_("APN"),
.property_type = &_pt_gobject_string,
),