diff options
Diffstat (limited to 'src/modem.c')
-rw-r--r-- | src/modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.c b/src/modem.c index f89d609e..8d47ceda 100644 --- a/src/modem.c +++ b/src/modem.c @@ -806,7 +806,7 @@ static const struct { { OFONO_NETWORK_REGISTRATION_INTERFACE, "net" }, { OFONO_RADIO_SETTINGS_INTERFACE, "rat" }, { OFONO_CELL_BROADCAST_INTERFACE, "cbs" }, - { OFONO_SMS_MANAGER_INTERFACE, "sms" }, + { OFONO_MESSAGE_MANAGER_INTERFACE, "sms" }, { OFONO_SIM_MANAGER_INTERFACE, "sim" }, { OFONO_STK_INTERFACE, "stk" }, { OFONO_DATA_CONNECTION_MANAGER_INTERFACE, "gprs" }, |