BUGFIX: 'Empty' claims can have any arguments.
This commit is contained in:
parent
b81db8e9b7
commit
214e3ed09f
@ -758,7 +758,6 @@ claimCreate (const System sys, const Protocol protocol, const Role role,
|
|||||||
checkParameterRange (cl, CLAIM_Weakagree, 0, 0);
|
checkParameterRange (cl, CLAIM_Weakagree, 0, 0);
|
||||||
checkParameterRange (cl, CLAIM_Nisynch, 0, 0);
|
checkParameterRange (cl, CLAIM_Nisynch, 0, 0);
|
||||||
checkParameterRange (cl, CLAIM_Niagree, 0, 0);
|
checkParameterRange (cl, CLAIM_Niagree, 0, 0);
|
||||||
checkParameterRange (cl, CLAIM_Empty, 0, 0);
|
|
||||||
checkParameterRange (cl, CLAIM_Reachable, 0, 0);
|
checkParameterRange (cl, CLAIM_Reachable, 0, 0);
|
||||||
checkParameterRange (cl, CLAIM_SID, 1, -1);
|
checkParameterRange (cl, CLAIM_SID, 1, -1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user