summaryrefslogtreecommitdiff
path: root/src/sip-connection-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sip-connection-manager.c')
-rw-r--r--src/sip-connection-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sip-connection-manager.c b/src/sip-connection-manager.c
index 523b3a2..34ca30f 100644
--- a/src/sip-connection-manager.c
+++ b/src/sip-connection-manager.c
@@ -169,7 +169,7 @@ static const TpCMParamSpec tpsip_params[] = {
G_STRUCT_OFFSET (TpsipConnParams, keepalive_mechanism) },
/* Keep-alive interval */
{ "keepalive-interval", DBUS_TYPE_UINT32_AS_STRING, G_TYPE_UINT,
- TP_CONN_MGR_PARAM_FLAG_HAS_DEFAULT, GUINT_TO_POINTER(0),
+ 0, NULL,
G_STRUCT_OFFSET (TpsipConnParams, keepalive_interval) },
/* Use SRV DNS lookup to discover STUN server for media NAT traversal
* (defaults to true unless stun-server is set) */