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>
This commit is contained in:
Maxim Anisimov
2022-04-22 09:50:13 +03:00
parent f00cb9f67c
commit 17934810db

View File

@@ -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;