summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/nsswitch/winbindd_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c
index e5cb87ee75..cfb534ab92 100644
--- a/source3/nsswitch/winbindd_util.c
+++ b/source3/nsswitch/winbindd_util.c
@@ -169,6 +169,8 @@ void rescan_trusted_domains( void )
/* this will only add new domains we didn't already know about */
add_trusted_domains( mydomain );
+
+ last_scan = now;
return;
}