mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
d92bd3afee
Fixes #4910
12 lines
334 B
Diff
12 lines
334 B
Diff
--- src/kernel/sel4/src/api/syscall.c
|
|
+++ src/kernel/sel4/src/api/syscall.c
|
|
@@ -325,7 +325,7 @@ handleReply(void)
|
|
}
|
|
|
|
case cap_null_cap:
|
|
- userError("Attempted reply operation when no reply cap present.");
|
|
+// userError("Attempted reply operation when no reply cap present.");
|
|
return;
|
|
|
|
default:
|