BUGFIX: 'Empty' claims can have any arguments.

This commit is contained in:
Cas Cremers 2012-05-04 12:30:34 +02:00
parent b81db8e9b7
commit 214e3ed09f

View File

@ -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);