1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

re-initialise the timezone on each new connection. This means you

don't need to restart smbd after a DST change.
(This used to be commit 2a50d5d5ed4ca7d2b546d7337ec88c527ec82689)
This commit is contained in:
Andrew Tridgell 1997-11-01 07:22:18 +00:00
parent bc5e2a1289
commit 03deca0070

View File

@ -4776,6 +4776,9 @@ static void process(void)
}
#endif
/* re-initialise the timezone */
TimeInit();
while (True)
{
int deadtime = lp_deadtime()*60;