diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2011-04-05 07:13:39 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2011-04-05 07:13:39 +0000 |
commit | 4c3418c817ab8f1a1a0aa49fcebdc45d99bc9340 (patch) | |
tree | 21ff53685493b123c6bc092e9f7f026e0528df10 | |
parent | 8b5b1e9379fb05b546ab3dba42bbea8350332bb5 (diff) |
did not compile
-rw-r--r-- | src/transport/plugin_transport_wlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index a305d0df63..124934b3c4 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; |