cinterion: fix 'ds' setting in CNMI command builder
Reported-by: Colin Helliwell <colin.helliwell@ln-systems.com>
This commit is contained in:
@@ -212,7 +212,7 @@ messaging_enable_unsolicited_events (MMIfaceModemMessaging *_self,
|
||||
if (!error) {
|
||||
if (value_supported (self->priv->cnmi_supported_ds, 2))
|
||||
g_string_append_printf (cmd, "%u,", 2);
|
||||
if (value_supported (self->priv->cnmi_supported_ds, 1))
|
||||
else if (value_supported (self->priv->cnmi_supported_ds, 1))
|
||||
g_string_append_printf (cmd, "%u,", 1);
|
||||
else if (value_supported (self->priv->cnmi_supported_ds, 0))
|
||||
g_string_append_printf (cmd, "%u,", 0);
|
||||
|
Reference in New Issue
Block a user