aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index eb635615f..9e2a0ff77 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1149,7 +1149,6 @@ process_data (void *cls, void *client, const struct GNUNET_MessageHeader *hdr)
1149 1149
1150 switch (ntohs (hdr->type)) 1150 switch (ntohs (hdr->type))
1151 { 1151 {
1152 case GNUNET_MESSAGE_TYPE_FRIEND_HELLO:
1153 case GNUNET_MESSAGE_TYPE_HELLO: 1152 case GNUNET_MESSAGE_TYPE_HELLO:
1154 if (GNUNET_OK != 1153 if (GNUNET_OK !=
1155 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) hdr, &tmpsource)) 1154 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) hdr, &tmpsource))