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, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index e1201eb2b..ecf1efb86 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1152,6 +1152,7 @@ process_data (void *cls, void *client, const struct GNUNET_MessageHeader *hdr)
1152 1152
1153 switch (ntohs (hdr->type)) 1153 switch (ntohs (hdr->type))
1154 { 1154 {
1155 case GNUNET_MESSAGE_TYPE_FRIEND_HELLO:
1155 case GNUNET_MESSAGE_TYPE_HELLO: 1156 case GNUNET_MESSAGE_TYPE_HELLO:
1156 if (GNUNET_OK != 1157 if (GNUNET_OK !=
1157 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) hdr, &tmpsource)) 1158 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) hdr, &tmpsource))