summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-10-18 11:08:02 +0200
committerPatrick McHardy <kaber@trash.net>2010-10-18 11:08:02 +0200
commita53a5440f94274a67fa94612ce582d272d6840a1 (patch)
tree5ad8b6c397ef42510fe37bc3c73cf82f9e0b141e /src
parentd562840fbb6d0016c680bd295931e491441ddd24 (diff)
raw: fix compile error
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'src')
-rw-r--r--src/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw.c b/src/raw.c
index 4c0aef3..27e8b1d 100644
--- a/src/raw.c
+++ b/src/raw.c
@@ -137,7 +137,7 @@ static void dect_raw_event(struct dect_handle *dh, struct dect_fd *dfd,
mb->mfn = aux->mfn;
mb->frame = aux->frame;
- mb->slot = slot;
+ mb->slot = aux->slot;
dh->ops->raw_ops->raw_rcv(dh, dfd, mb);
}