smbd: Introduce srv_put_dos_date2_ts()
authorVolker Lendecke <vl@samba.org>
Sun, 26 Nov 2023 14:17:45 +0000 (15:17 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 19 Dec 2023 16:05:36 +0000 (16:05 +0000)
commitd5a0d6f7e9d8ee09facf248bb3394ea3b164ee5b
tree8b989a065b442c0ff4e2fe4202129bd24ff3562b
parente3b4073d3c7c50e63f2214912d091264c8c94035
smbd: Introduce srv_put_dos_date2_ts()

All but one uses of srv_put_dos_date2() converted from struct
timespec. Put that into a new routine.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/include/proto.h
source3/lib/time.c
source3/smbd/smb1_reply.c
source3/smbd/smb1_trans2.c
source3/smbd/smb2_trans2.c