From 45c1f3c6e3d6b2c9cf209a7b134e69e65ae7f636 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 21 Jan 2013 13:23:30 +0100 Subject: TOOLS: invalidate parent groups in memory cache, too https://fedorahosted.org/sssd/ticket/1775 --- src/tools/tools_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tools/tools_util.h') diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h index 3554a182d..47bf3876e 100644 --- a/src/tools/tools_util.h +++ b/src/tools/tools_util.h @@ -111,7 +111,8 @@ errno_t sss_memcache_clear_all(void); errno_t sss_mc_refresh_user(const char *username); errno_t sss_mc_refresh_group(const char *groupname); -errno_t sss_mc_refresh_grouplist(char **groupnames); +errno_t sss_mc_refresh_grouplist(struct tools_ctx *tctx, + char **groupnames); /* from files.c */ int remove_tree(const char *root); -- cgit