summaryrefslogtreecommitdiff
path: root/src/grpunconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grpunconv.c')
-rw-r--r--src/grpunconv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grpunconv.c b/src/grpunconv.c
index 253f06f5..e4105c26 100644
--- a/src/grpunconv.c
+++ b/src/grpunconv.c
@@ -48,6 +48,7 @@
#include <grp.h>
#include <getopt.h>
#include "nscd.h"
+#include "sssd.h"
#include "prototypes.h"
/*@-exitarg@*/
#include "exitcodes.h"
@@ -236,6 +237,7 @@ int main (int argc, char **argv)
}
nscd_flush_cache ("group");
+ sssd_flush_cache (SSSD_DB_GROUP);
return 0;
}