---
 cpukit/score/src/mpci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 132d3e5..76ca4c8 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 )
-- 
1.8.4.5

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to