nicer
authorChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 08:56:07 +0000 (08:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 08:56:07 +0000 (08:56 +0000)
src/transport/plugin_transport_wlan.c

index 44e5dbd5a5bfbf452b9d1e3a6879b1aec8f14f57..f592b0737618382bfd5b70e03200871e9d9bde6b 100644 (file)
@@ -1245,12 +1245,12 @@ static void
 send_ack(struct Plugin * plugin, struct AckSendQueue * ack)
 {
 
-  uint16_t size = 0;
+  uint16_t size;
   ssize_t bytes;
-  struct GNUNET_MessageHeader * msgheader = NULL;
-  struct ieee80211_frame * ieeewlanheader = NULL;
-  struct Radiotap_Send * radioHeader = NULL;
-  struct FragmentationAckHeader * msgheader2 = NULL;
+  struct GNUNET_MessageHeader * msgheader;
+  struct ieee80211_frame * ieeewlanheader;
+  struct Radiotap_Send * radioHeader;
+  struct FragmentationAckHeader * msgheader2;
 
   GNUNET_assert(sizeof(struct FragmentationAckHeader) <= WLAN_MTU);