summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Anisimov <maxim.anisimov.ua@gmail.com>2022-04-22 09:50:13 +0300
committerAleksander Morgado <aleksander@aleksander.es>2022-04-22 10:00:45 +0200
commit85da10c682f95e9642220706d9d50be3d7cbbb05 (patch)
treedb6a38556ea2898e5a381f28df0bf9f53bf7e72d
parent21475198b0fa619fbae66b5c09e5c30a404c67e2 (diff)
downloadModemManager-85da10c682f95e9642220706d9d50be3d7cbbb05.tar.gz
iface-modem-3gpp-profile-manager: fix copy-paste error on tags for quarks
Ussd module initialization does not work correctly because the tags match. Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com> (cherry picked from commit 17934810db87ee364fb7ad809cfd7b8887c7c849)
-rw-r--r--src/mm-iface-modem-3gpp-profile-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-iface-modem-3gpp-profile-manager.c b/src/mm-iface-modem-3gpp-profile-manager.c
index 088bc6c59..ceeee522d 100644
--- a/src/mm-iface-modem-3gpp-profile-manager.c
+++ b/src/mm-iface-modem-3gpp-profile-manager.c
@@ -27,8 +27,8 @@
#include "mm-base-modem.h"
#include "mm-log-object.h"
-#define SUPPORT_CHECKED_TAG "3gpp-ussd-support-checked-tag"
-#define SUPPORTED_TAG "3gpp-ussd-supported-tag"
+#define SUPPORT_CHECKED_TAG "3gpp-profile-manager-support-checked-tag"
+#define SUPPORTED_TAG "3gpp-profile-manager-supported-tag"
static GQuark support_checked_quark;
static GQuark supported_quark;