1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Update last scan time in rescan_trusted_domains().

Fix from Ken Cross.
(This used to be commit 45775b48a0)
This commit is contained in:
Tim Potter 2003-08-27 07:26:02 +00:00
parent a5cddd08c8
commit c60f385691

View File

@ -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;
}