From bbd0ca7827025789afc865a7b67fd22a2abb9862 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 10 Jan 2016 15:45:56 +0000 Subject: [PATCH] Commit missing parts of 9366a29. --- artiq/runtime/session.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artiq/runtime/session.c b/artiq/runtime/session.c index a41002a02..b32634ff1 100644 --- a/artiq/runtime/session.c +++ b/artiq/runtime/session.c @@ -1012,6 +1012,7 @@ static int process_kmsg(struct msg_base *umsg) } mailbox_send(&reply); + break; } case MESSAGE_TYPE_CACHE_PUT_REQUEST: { @@ -1049,6 +1050,7 @@ static int process_kmsg(struct msg_base *umsg) } mailbox_send(&reply); + break; } default: {