diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2005-03-05 04:29:24 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2005-03-05 04:29:24 +0000 |
| commit | b352660e243c7b9b7d050f1c38cff1c9faf278b1 (patch) | |
| tree | ede08019beb931c3206609ab2377a015d510bdb4 /lib/libaccess/usrcache.cpp | |
| parent | f08951680ddfebc3f3df07e720ad0650fe473c0f (diff) | |
| download | ds-b352660e243c7b9b7d050f1c38cff1c9faf278b1.tar.gz ds-b352660e243c7b9b7d050f1c38cff1c9faf278b1.tar.xz ds-b352660e243c7b9b7d050f1c38cff1c9faf278b1.zip | |
clean up sprintf usage and many other flawfinder issues; clean up compiler warnings on Linux; remove pam_passthru from DS 7.1
Diffstat (limited to 'lib/libaccess/usrcache.cpp')
| -rw-r--r-- | lib/libaccess/usrcache.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libaccess/usrcache.cpp b/lib/libaccess/usrcache.cpp index 87b7afe7..dbc6624a 100644 --- a/lib/libaccess/usrcache.cpp +++ b/lib/libaccess/usrcache.cpp @@ -451,15 +451,6 @@ int acl_usr_cache_passwd_check (const char *uid, const char *dbname, return rv; } - -static int group_check_helper (UserCacheObj *usrobj, void *val) -{ - if (usrobj->group && !strcmp(usrobj->group, (char *)val)) - return LAS_EVAL_TRUE; - else - return LAS_EVAL_FALSE; -} - int acl_usr_cache_group_check (const char *uid, const char *dbname, const char *group, const time_t time) { |
