diff options
author | Maxim Anisimov <maxim.anisimov.ua@gmail.com> | 2022-04-22 09:50:13 +0300 |
---|---|---|
committer | Maxim Anisimov <maxim.anisimov.ua@gmail.com> | 2022-04-22 09:50:13 +0300 |
commit | 17934810db87ee364fb7ad809cfd7b8887c7c849 (patch) | |
tree | ef2cbabd5e1196845a3a9905ea0f3896abbf1a56 | |
parent | f00cb9f67c2da825c029773c4173d836b421333a (diff) |
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>
-rw-r--r-- | src/mm-iface-modem-3gpp-profile-manager.c | 4 |
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 ad14131d..cf32e197 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; |