diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-03-18 16:56:25 +0000 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-03-18 16:56:25 +0000 |
commit | 7eb904a55c0a1c9439e27fc6f7595869aba6bf3f (patch) | |
tree | 2d91112cfd0aea677e50f38b5db0a307fcad7e49 | |
parent | f4ce746ec671843205cd2133e3d9a329e4d85041 (diff) |
Unbreak tpsip_connection_get_interfaces()
-rw-r--r-- | src/sip-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sip-connection.c b/src/sip-connection.c index 6b2fa04..2ab4e72 100644 --- a/src/sip-connection.c +++ b/src/sip-connection.c @@ -1221,7 +1221,7 @@ tpsip_connection_get_interfaces (TpSvcConnection *iface, g_assert (TPSIP_IS_CONNECTION (iface)); - ERROR_IF_NOT_CONNECTED_ASYNC (base, context) + ERROR_IF_NOT_CONNECTED_ASYNC ((TpBaseConnection *) iface, context) tp_svc_connection_return_from_get_interfaces (context, interfaces); } |