| 499 | |
| 500 | |
| 501 | inline static bool auth_element_equals(const char *a, const char *b) |
| 502 | { |
| 503 | return (a == b || (a != NULL && b != NULL && !strcmp(a,b))); |
| 504 | } |
| 505 | |
| 506 | |
| 507 | bool pk_equals(ACL_PROXY_USER *grant) |
nothing calls this directly
no outgoing calls
no test coverage detected