From: Matthias Wachs Date: Tue, 5 Apr 2011 07:13:39 +0000 (+0000) Subject: did not compile X-Git-Tag: initial-import-from-subversion-38251~18800 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4c3418c817ab8f1a1a0aa49fcebdc45d99bc9340;p=oweals%2Fgnunet.git did not compile --- diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index a305d0df6..124934b3c 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -1624,7 +1624,7 @@ getRadiotapHeader(struct Plugin * plugin, struct Session * session, struct Radiotap_Send * header) { - if (session != null){ + if (session != NULL){ header->rate = session->rate; header->tx_power = session->tx_power; header->antenna = session->antenna;