aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/transport/plugin_transport_wlan.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index ee01b00cf..db528d80c 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -351,7 +351,7 @@ test_transport_api_reliability_https_LDADD = \
351 $(top_builddir)/src/transport/libgnunettransport.la \ 351 $(top_builddir)/src/transport/libgnunettransport.la \
352 $(top_builddir)/src/hello/libgnunethello.la \ 352 $(top_builddir)/src/hello/libgnunethello.la \
353 $(top_builddir)/src/util/libgnunetutil.la 353 $(top_builddir)/src/util/libgnunetutil.la
354 354
355test_transport_api_unreliability_unix_SOURCES = \ 355test_transport_api_unreliability_unix_SOURCES = \
356 test_transport_api_unreliability.c 356 test_transport_api_unreliability.c
357test_transport_api_unreliability_unix_LDADD = \ 357test_transport_api_unreliability_unix_LDADD = \
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index ab7446e06..f184ff47a 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1587,8 +1587,8 @@ wlan_plugin_send(void *cls, const struct GNUNET_PeerIdentity * target,
1587 struct Plugin * plugin = cls; 1587 struct Plugin * plugin = cls;
1588 struct PendingMessage * newmsg = NULL; 1588 struct PendingMessage * newmsg = NULL;
1589 struct WlanHeader * wlanheader = NULL; 1589 struct WlanHeader * wlanheader = NULL;
1590 struct GNUNET_MessageHeader * innermsg = 1590 //struct GNUNET_MessageHeader * innermsg =
1591 (struct GNUNET_MessageHeader *) msgbuf; 1591 // (struct GNUNET_MessageHeader *) msgbuf;
1592 1592
1593 //check if msglen > 0 1593 //check if msglen > 0
1594 GNUNET_assert(msgbuf_size > 0); 1594 GNUNET_assert(msgbuf_size > 0);