s3:lib: make_unix_date2() is the same as pull_dos_date2()
commit0e95c8aa5c9658f50cc9e146474929152b2ade58
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)
tree8b8f7c8d893e9bfe076c9aaf88811f4e9829bb78
parenta1796465e83cb57d3ee3071e48c417cbd76692a5
s3:lib: make_unix_date2() is the same as pull_dos_date2()

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