r20694: To get this right we need to do signed 64-bit
authorJeremy Allison <jra@samba.org>
Fri, 12 Jan 2007 02:48:37 +0000 (02:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:03 +0000 (12:17 -0500)
commitec4384913415a64f9b95fa679692800d2dc6afd4
tree0ec304fa5d6c60cfca238a1128bfcc1d0303cf7f
parent5a2585416c10216bd1097e7e369476dce780f776
r20694: To get this right we need to do signed 64-bit
comparisons here, not unsigned as we're eventually
casting into what it normall a signed 32 bit
value. Guenther please check (but I think I'm right here).
Jeremy.
(This used to be commit 31f8e0edc0c3e76654728b2c204faa70830e1f1b)
source3/lib/time.c