s3:lib: make_unix_date() is the same as pull_dos_date()
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Oct 2011 06:54:11 +0000 (08:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 26 Oct 2011 07:42:03 +0000 (09:42 +0200)
commita1796465e83cb57d3ee3071e48c417cbd76692a5
tree601eaa3dae1008f292ae2b1c0ca046d43f5a84bc
parent2fac12b2767dbab9a406370e258ce9b6f2322bd6
s3:lib: make_unix_date() is the same as pull_dos_date()

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