diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-11-13 00:23:19 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-11-13 00:23:19 -0600 |
commit | df410cfd1e65f6041ad4ae30a6b7538c0052333d (patch) | |
tree | efa733b129dae9a8f7290184f9d68290c70bf4e3 | |
parent | 0b4b41c6a97ea1c77871a79b47a58001d9234b25 (diff) | |
download | ofono-df410cfd1e65f6041ad4ae30a6b7538c0052333d.tar.bz2 |
Fix: Remove duplicate SMS atom from HSO plugin
-rw-r--r-- | plugins/hso.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/hso.c b/plugins/hso.c index b1cc6663..0e486c14 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -161,7 +161,6 @@ static void hso_pre_sim(struct ofono_modem *modem) ofono_devinfo_create(modem, 0, "atmodem", data->chat); ofono_netreg_create(modem, 0, "atmodem", data->chat); ofono_sim_create(modem, 0, "atmodem", data->chat); - ofono_sms_create(modem, 0, "atmodem", data->chat); } static void hso_post_sim(struct ofono_modem *modem) |