aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_bluetooth.c
diff options
context:
space:
mode:
authorClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>2013-08-04 18:43:31 +0000
committerClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>2013-08-04 18:43:31 +0000
commit89b4855c206eed2347c158834ba5c1d4de7781dc (patch)
treefcc55807f714485f2f1eb6a49961fbb25fd3e2d7 /src/transport/plugin_transport_bluetooth.c
parentda8d9fa827e8ec68b25c55cbe4631510854cc240 (diff)
downloadgnunet-89b4855c206eed2347c158834ba5c1d4de7781dc.tar.gz
gnunet-89b4855c206eed2347c158834ba5c1d4de7781dc.zip
Fixing the comments
Diffstat (limited to 'src/transport/plugin_transport_bluetooth.c')
-rw-r--r--src/transport/plugin_transport_bluetooth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_bluetooth.c b/src/transport/plugin_transport_bluetooth.c
index 36c5c8e2e..41500c34e 100644
--- a/src/transport/plugin_transport_bluetooth.c
+++ b/src/transport/plugin_transport_bluetooth.c
@@ -1211,7 +1211,7 @@ process_data (void *cls, void *client, const struct GNUNET_MessageHeader *hdr)
1211 bluetooth_plugin_address_to_string (NULL, &mas->endpoint->addr, sizeof (struct WlanAddress))); 1211 bluetooth_plugin_address_to_string (NULL, &mas->endpoint->addr, sizeof (struct WlanAddress)));
1212 1212
1213 GNUNET_STATISTICS_update (plugin->env->stats, 1213 GNUNET_STATISTICS_update (plugin->env->stats,
1214 _("# HELLO messages received via WLAN"), 1, 1214 _("# HELLO messages received via Bluetooth"), 1,
1215 GNUNET_NO); 1215 GNUNET_NO);
1216 plugin->env->receive (plugin->env->cls, 1216 plugin->env->receive (plugin->env->cls,
1217 &tmpsource, 1217 &tmpsource,
@@ -1304,7 +1304,7 @@ process_data (void *cls, void *client, const struct GNUNET_MessageHeader *hdr)
1304 GNUNET_CRYPTO_crc32_n (&wlanheader[1], msize - sizeof (struct WlanHeader))) 1304 GNUNET_CRYPTO_crc32_n (&wlanheader[1], msize - sizeof (struct WlanHeader)))
1305 { 1305 {
1306 GNUNET_STATISTICS_update (plugin->env->stats, 1306 GNUNET_STATISTICS_update (plugin->env->stats,
1307 _("# BluetoothDATA messages discarded due to CRC32 error"), 1, 1307 _("# Bluetooth DATA messages discarded due to CRC32 error"), 1,
1308 GNUNET_NO); 1308 GNUNET_NO);
1309 break; 1309 break;
1310 } 1310 }