summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2011-03-07 18:34:23 +0200
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2011-03-07 18:34:23 +0200
commitb7032831188d340407e858266d437bdfcfc42eb7 (patch)
treeda7d7443902cd67ff39aab9a9265547f05b50a0d /src
parent024ce4dcbfd4b21c076cad79686cc2cb2adf37dd (diff)
Don't default the connection parameter "keepalive-interval" to zero, either
Diffstat (limited to 'src')
-rw-r--r--src/sip-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sip-connection.c b/src/sip-connection.c
index b1d674d..911fbd6 100644
--- a/src/sip-connection.c
+++ b/src/sip-connection.c
@@ -523,7 +523,7 @@ tpsip_connection_class_init (TpsipConnectionClass *klass)
"Interval between keepalive probes in seconds "
"(0 = disabled, unset = use a default interval)",
0, G_MAXUINT32, 0,
- G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
INST_PROP(PROP_KEEPALIVE_INTERVAL);
param_spec = g_param_spec_boolean ("discover-binding",