diff options
author | Michal Zidek <mzidek@redhat.com> | 2012-10-26 17:36:51 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-06 12:29:28 +0100 |
commit | 33cbb789ff71be5dccbb4a0acd68814b0d53da34 (patch) | |
tree | b2024faaf3664ef727e927407b554d87a8c7df41 /src/tools/tools_util.h | |
parent | 0a55f903a1da319338fdcf147efa01ed22f9710d (diff) | |
download | sssd-33cbb789ff71be5dccbb4a0acd68814b0d53da34.tar.gz sssd-33cbb789ff71be5dccbb4a0acd68814b0d53da34.tar.bz2 sssd-33cbb789ff71be5dccbb4a0acd68814b0d53da34.zip |
sss_cache: Remove fastcache even if sssd is not running.
https://fedorahosted.org/sssd/ticket/1584
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r-- | src/tools/tools_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h index 1be17e8e..a83c8eea 100644 --- a/src/tools/tools_util.h +++ b/src/tools/tools_util.h @@ -104,6 +104,8 @@ int run_userdel_cmd(struct tools_ctx *tctx); errno_t signal_sssd(int signum); +errno_t sss_memcache_invalidate(const char *mc_filename); + /* from files.c */ int remove_tree(const char *root); |