Add tecOWNERS.

This commit is contained in:
JoelKatz
2013-06-28 13:58:55 -07:00
parent 832f67b35c
commit 27c761aa9c
3 changed files with 3 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ TER AccountSetTransactor::doApply ()
{
WriteLog (lsINFO, AccountSetTransactor) << "AccountSet: Retry: OwnerCount not zero.";
return terOWNERS;
return isSetBit(mParams, tapRETRY) ? terOWNERS : tecOWNERS;
}
WriteLog (lsINFO, AccountSetTransactor) << "AccountSet: Set RequireAuth.";