mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
jean-francois calling the right function for the "net t.o.d" dce/rpc support
does gmtime() not LocalTime() now.
This commit is contained in:
parent
4aaf8b6a8b
commit
64559e72f3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user