summaryrefslogtreecommitdiff
path: root/src/rexmpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.c')
-rw-r--r--src/rexmpp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rexmpp.c b/src/rexmpp.c
index d7e1364..e494a14 100644
--- a/src/rexmpp.c
+++ b/src/rexmpp.c
@@ -555,6 +555,7 @@ rexmpp_err_t rexmpp_init (rexmpp_t *s,
s->client_version = PACKAGE_VERSION;
s->local_address = NULL;
s->jingle_prefer_rtcp_mux = 1;
+ s->path_mtu_discovery = -1;
s->send_buffer = NULL;
s->send_queue = NULL;
s->server_srv = NULL;