From 2a65bf32ec270484dcea4d22d3c93552dc0c24dd Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 23 Jun 2015 20:42:27 +0200 Subject: Revert "Typo: iff->if" This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo --- stoc/source/security/access_controller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc') diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index 1cfd10b60a06..c59153ff6ee9 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -645,7 +645,7 @@ PermissionCollection AccessController::getEffectivePermissions( } // call on policy - // if this is a recurring call for the default user, then grant all permissions + // iff this is a recurring call for the default user, then grant all permissions t_rec_vec * rec = static_cast< t_rec_vec * >( m_rec.getData() ); if (rec) // tls entry exists => this is recursive call { -- cgit v1.2.3