From 4c3418c817ab8f1a1a0aa49fcebdc45d99bc9340 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 5 Apr 2011 07:13:39 +0000 Subject: [PATCH] did not compile --- src/transport/plugin_transport_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1