summaryrefslogtreecommitdiff
path: root/cesar/cl
diff options
context:
space:
mode:
authorschodet2009-10-22 18:21:07 +0000
committerschodet2009-10-22 18:21:07 +0000
commitbb149057cc5a550b0542db98b8b8702ab341da33 (patch)
tree87465bfde20406532c3860c3ae806e6ce797d55b /cesar/cl
parent7599672a572422ebef092c42e8191d673049aed5 (diff)
cesar/cl: fix bad trace
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6221 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cl')
-rw-r--r--cesar/cl/src/cl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/cl/src/cl.c b/cesar/cl/src/cl.c
index 8b060bd375..4172a1141e 100644
--- a/cesar/cl/src/cl.c
+++ b/cesar/cl/src/cl.c
@@ -155,7 +155,8 @@ cl_data_send_with_tei (cl_t *ctx, u8 *buffer, uint length, uint tei,
}
else
{
- CL_TRACE (DATA_SEND_DROP, mac_ntb(), buffer, length);
+ CL_TRACE (DATA_SEND_DROP, mac_ntb(), ctx->mac_config->authenticated,
+ buffer, length);
dbg_assert (ctx->data_tx.cb);
(*ctx->data_tx.cb) (ctx->data_tx.user, buffer);
}