projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0001d37
)
monitor: handover of correct state for cap revocations
author
Reto Achermann
<reto.achermann@inf.ethz.ch>
Wed, 5 Aug 2015 11:34:56 +0000 (13:34 +0200)
committer
Reto Achermann
<reto.achermann@inf.ethz.ch>
Wed, 5 Aug 2015 11:40:58 +0000 (13:40 +0200)
Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>
usr/monitor/capops/revoke.c
patch
|
blob
|
history
diff --git
a/usr/monitor/capops/revoke.c
b/usr/monitor/capops/revoke.c
index
7368f77
..
c6650a0
100644
(file)
--- a/
usr/monitor/capops/revoke.c
+++ b/
usr/monitor/capops/revoke.c
@@
-87,7
+87,7
@@
capops_revoke(struct domcapref cap,
if (distcap_state_is_foreign(state)) {
// need to retrieve ownership
- capops_retrieve(rst->cap, revoke_retrieve__rx, st);
+ capops_retrieve(rst->cap, revoke_retrieve__rx, rst);
}
else {
if (num_monitors_online() == 1) {