From 3229d282264b8ae3f34d437467c6e84cb3d2335a Mon Sep 17 00:00:00 2001 From: Minjun Li Date: Tue, 26 May 2009 15:28:00 +0800 Subject: [PATCH] Modify the function pointer in voicecall_busy to set_udub --- src/voicecall.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index bbc7bf5..73d8889 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -198,7 +198,7 @@ static DBusMessage *voicecall_busy(DBusConnection *conn, call->status != CALL_STATUS_WAITING) return dbus_gsm_failed(msg); - if (!voicecalls->ops->release_specific) + if (!voicecalls->ops->set_udub) return dbus_gsm_not_implemented(msg); if (voicecalls->flags & VOICECALLS_FLAG_PENDING) -- 1.6.0.3