s3:lib: make_unix_date3() is the same as pull_dos_date3()
commit44689b1ee78e9197db5ef041dbc5e0e2aa8e61f7
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Oct 2011 06:54:11 +0000 (26 08:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 26 Oct 2011 07:42:04 +0000 (26 09:42 +0200)
tree4844f8d0d4838f45cffb61b8f229c0da6c13e5a4
parent0e95c8aa5c9658f50cc9e146474929152b2ade58
s3:lib: make_unix_date3() is the same as pull_dos_date3()

Except for a 'void *' vs. 'uint8_t *'.

As a first step let make_unix_date() call pull_dos_date(),
so that we he the logic only once. We can fix the callers
later.

metze
source3/lib/time.c