summaryrefslogtreecommitdiffstats
path: root/src/ussd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ussd.c')
-rw-r--r--src/ussd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ussd.c b/src/ussd.c
index 5334240e..cbd49ba5 100644
--- a/src/ussd.c
+++ b/src/ussd.c
@@ -507,7 +507,7 @@ static void ussd_cancel_callback(const struct ofono_error *error, void *data)
} else
reply = __ofono_error_failed(ussd->pending);
- dbus_gsm_pending_reply(&ussd->pending, reply);
+ __ofono_dbus_pending_reply(&ussd->pending, reply);
}
static DBusMessage *ussd_cancel(DBusConnection *conn, DBusMessage *msg,