diff options
-rw-r--r-- | source3/nsswitch/winbindd_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index cc98e79ee9..16fe5931e5 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -759,7 +759,7 @@ static void centry_put_nttime(struct cache_entry *centry, NTTIME nt) static void centry_put_time(struct cache_entry *centry, time_t t) { NTTIME nt = (NTTIME)t; - return centry_put_nttime(centry, nt); + centry_put_nttime(centry, nt); } /* |