Skip to content

Commit

Permalink
sssctl: remove also ccache
Browse files Browse the repository at this point in the history
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
  • Loading branch information
pbrezina authored and jhrozek committed Jul 6, 2016
1 parent b6cc93b commit 5e843d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/sssctl/sssctl_data.c
Expand Up @@ -26,7 +26,7 @@
#include "tools/sssctl/sssctl.h"

#define CACHE_FILE(db) " " DB_PATH "/" db
#define CACHE_FILES CACHE_FILE("*.ldb")
#define CACHE_FILES CACHE_FILE("*.ldb") CACHE_FILE("ccache_*")

#define SSS_BACKUP_DIR SSS_STATEDIR "/backup"
#define SSS_BACKUP_USER_OVERRIDES SSS_BACKUP_DIR "/sssd_user_overrides.bak"
Expand Down

0 comments on commit 5e843d1

Please sign in to comment.