summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 2391566e6c..d4042044fb 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -3031,10 +3031,10 @@ static void smb_nscd_flush_cache(const char *service)
void smb_nscd_flush_user_cache(void)
{
- return smb_nscd_flush_cache("passwd");
+ smb_nscd_flush_cache("passwd");
}
void smb_nscd_flush_group_cache(void)
{
- return smb_nscd_flush_cache("group");
+ smb_nscd_flush_cache("group");
}