Changeset adc0815 for libabac/abac_attribute.c
- Timestamp:
- 05/21/12 14:49:10 (12 months ago)
- Branches:
- mei_rt2, mei_rt2_fix_1
- Children:
- 6e8997e
- Parents:
- 1621520
- git-author:
- Mei <mei@…> (05/21/12 14:49:10)
- git-committer:
- Mei <mei@…> (05/21/12 14:49:10)
- File:
-
- 1 edited
-
libabac/abac_attribute.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libabac/abac_attribute.c
rd037f54 radc0815 219 219 assert(ptr); 220 220 return ptr->head; 221 } 222 223 bool abac_attribute_is_role(abac_attribute_t *ptr) 224 { 225 assert(ptr); 226 assert(ptr->head); 227 return abac_aspect_is_role(ptr->head); 221 228 } 222 229
Note: See TracChangeset
for help on using the changeset viewer.
