bearer-list: if non-multiplexing not supported, 0 max non-multiplexed bearers

This commit is contained in:
Aleksander Morgado
2021-07-22 13:18:29 +02:00
parent 9d2782cc5a
commit 04dba846c9

View File

@@ -454,9 +454,9 @@ mm_bearer_list_class_init (MMBearerListClass *klass)
g_param_spec_uint (MM_BEARER_LIST_MAX_ACTIVE_BEARERS,
"Max active bearers",
"Maximum number of active bearers the list can handle",
1,
0,
G_MAXUINT,
1,
0,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
g_object_class_install_property (object_class, PROP_MAX_ACTIVE_BEARERS, properties[PROP_MAX_ACTIVE_BEARERS]);