summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-06-29 14:22:48 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-08-23 13:13:42 +0200
commit27923743767f396593a7501ec186c4b653d10706 (patch)
tree5961bbbbecaebeee807c0394445a08296f19614c
parent7fb6e77a92d198927593e17f0ec56f01376e4665 (diff)
downloadNetworkManager-lr/hotspot-hostname.tar.gz
clients: don't require "ssid" for Wi-Fi connectionslr/hotspot-hostname
It's no longer always necessary. If it's actually needed the verify()'s going to complain.
-rw-r--r--clients/common/nm-meta-setting-desc.c1
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 29eb98a775..e5fd43693d 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -7519,7 +7519,6 @@ static const NMMetaPropertyInfo *const property_infos_WIRELESS[] = {
PROPERTY_INFO_WITH_DESC (NM_SETTING_WIRELESS_SSID,
.is_cli_option = TRUE,
.property_alias = "ssid",
- .inf_flags = NM_META_PROPERTY_INF_FLAG_REQD,
.prompt = N_("SSID"),
.property_type = DEFINE_PROPERTY_TYPE (
.get_fcn = _get_fcn_wireless_ssid,