mirror of
https://github.com/samba-team/samba.git
synced 2025-08-10 21:49:28 +03:00
jean-francois calling the right function for the "net t.o.d" dce/rpc support
does gmtime() not LocalTime() now.
(This used to be commit 64559e72f3
)
This commit is contained in:
@ -1006,7 +1006,7 @@ static void srv_reply_net_remote_tod(SRV_Q_NET_REMOTE_TOD *q_n,
|
||||
|
||||
DEBUG(5,("srv_reply_net_remote_tod: %d\n", __LINE__));
|
||||
|
||||
t = LocalTime(&unixdate);
|
||||
t = gmtime(&unixdate);
|
||||
|
||||
/* set up the */
|
||||
make_time_of_day_info(&tod,
|
||||
|
Reference in New Issue
Block a user