From d58dc5f1464dfcfbe2ed7bc2cff3d85b89b1f1cf Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 23 Aug 2025 20:57:45 -0400 Subject: pass subj rather than file to subj.common.type --- src/subj/common.cil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subj/common.cil b/src/subj/common.cil index 15911bc..19a2e83 100644 --- a/src/subj/common.cil +++ b/src/subj/common.cil @@ -59,7 +59,7 @@ (blockinherit .subj.base_template) - (call .subj.common.type (file))) + (call .subj.common.type (subj))) (block template (blockabstract template) -- cgit v1.2.3