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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user