diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-03-16 14:58:20 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-04-03 11:50:35 +0200 |
commit | 4ddc2bb7664156a1cad9d47b24a7e874713cbc52 (patch) | |
tree | 8dc4bd31744f0f281c389c4d556fb486ba511420 | |
parent | 605a575238e1513e092657472552930fd2f1db15 (diff) | |
download | NetworkManager-4ddc2bb7664156a1cad9d47b24a7e874713cbc52.tar.gz |
clients: do not require gsm.apn
The server doesn't require it either.
-rw-r--r-- | clients/common/nm-meta-setting-desc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c index ef8574a174..d509b7a7e9 100644 --- a/clients/common/nm-meta-setting-desc.c +++ b/clients/common/nm-meta-setting-desc.c @@ -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, ), |