summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 132d3e542d..76ca4c8309 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -343,6 +343,8 @@ void _MPCI_Receive_server(
);
for ( ; ; ) {
+ executing->receive_packet = NULL;
+
the_packet = _MPCI_Receive_packet();
if ( !the_packet )