[Common] fix bug in tools.cc - missing '}' 61/101061/2
authortaekeun.kang <taekeun.kang@samsung.com>
Wed, 30 Nov 2016 07:47:02 +0000 (16:47 +0900)
committertaekeun kang <taekeun.kang@samsung.com>
Wed, 30 Nov 2016 07:49:08 +0000 (23:49 -0800)
Change-Id: I493872f648b6adab262deb826034cad19a277f07
Signed-off-by: taekeun.kang <taekeun.kang@samsung.com>
src/common/tools.cc

index d961c50c1a2734ac4a783e0b908f60ba5a2fe5f0..21f5064d6189f89a0127ad76e2176dd4253dce70 100644 (file)
@@ -150,6 +150,7 @@ class AccessControlImpl {
     LoggerD("Enter");
 
     return true;
+  }
 };
 
 #elif PRIVILEGE_USE_CYNARA