]> git.ipfire.org Git - thirdparty/samba.git/commit
lib/ldb: fix logic in ldb_val_to_time()
authorStefan Metzmacher <metze@samba.org>
Mon, 19 Jan 2015 14:47:58 +0000 (15:47 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 27 Jan 2015 10:02:15 +0000 (11:02 +0100)
commitcd82192b2bf8a838412d2cc5785d95353823b41d
tree0ee6302046bf26689f98ba0b042b8d173d1b8a49
parent62487b6719d944bdac4690008bce7bb28be42259
lib/ldb: fix logic in ldb_val_to_time()

040408072012Z should represent 20040408072012.0Z
as well as 20040408072012.000Z or
20040408072012.RandomIgnoredCharaters...Z

Bug: https://bugzilla.samba.org/show_bug.cgi?id=9810

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
(cherry picked from commit d1b515535da46591d3a646a848c7427b6ff951a7)
lib/ldb/common/ldb_msg.c