aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-07 18:29:42 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-07 18:29:42 +0000
commit6da7b6a2dc5ec3645d5f8bdbd4ab77d6090b823f (patch)
treee2ff0e0068f8d064e4a3f63af5121e18e3aef6dd /src/transport/plugin_transport_udp.c
parente96f9b7e879d6e6ea44824a89fce59d41435d661 (diff)
downloadgnunet-6da7b6a2dc5ec3645d5f8bdbd4ab77d6090b823f.tar.gz
gnunet-6da7b6a2dc5ec3645d5f8bdbd4ab77d6090b823f.zip
fix #3704
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 9c9db06ae..2e7e2acfa 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1999,7 +1999,7 @@ read_process_ack (struct Plugin *plugin,
1999 } 1999 }
2000 if (NULL == s->frag_ctx) 2000 if (NULL == s->frag_ctx)
2001 { 2001 {
2002 LOG (GNUNET_ERROR_TYPE_WARNING, 2002 LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
2003 "Fragmentation context of address %s for ACK not found\n", 2003 "Fragmentation context of address %s for ACK not found\n",
2004 udp_address_to_string (plugin, 2004 udp_address_to_string (plugin,
2005 address->address, 2005 address->address,