r4781: the tolower() in schema.c is a premature optimisation. I suspect the
authorAndrew Tridgell <tridge@samba.org>
Sun, 16 Jan 2005 20:48:53 +0000 (20:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:54 +0000 (13:08 -0500)
commit5dbebbe2add359da8c416634e3ec2d8e2569478a
tree95d6622ec59cf658d4fa68127d623e78b4a92696
parent7b0f375a86a593004acc768b48fd3881ec46fa6a
r4781: the tolower() in schema.c is a premature optimisation. I suspect the
"distinguishedName" checking in that module is incorrect and should be
removed, but meanwhile, lets not make it slow down the compile of
every other module.
(This used to be commit 6534ce650bef7405e0926c9b75b185943429ed18)
source4/include/includes.h
source4/lib/ldb/modules/schema.c