mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
re-initialise the timezone on each new connection. This means you
don't need to restart smbd after a DST change.
This commit is contained in:
parent
01df21c22d
commit
2a50d5d5ed
@ -4776,6 +4776,9 @@ static void process(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* re-initialise the timezone */
|
||||
TimeInit();
|
||||
|
||||
while (True)
|
||||
{
|
||||
int deadtime = lp_deadtime()*60;
|
||||
|
Loading…
x
Reference in New Issue
Block a user