r11229: an even bigger speedup spotted by Volker. string_to_sid() is now taking...
commitde3d0094b78cb20da7ed958e8d3a428583694309
authorJim McDonough <jmcd@samba.org>
Thu, 20 Oct 2005 16:05:12 +0000 (20 16:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:07 +0000 (10 11:05 -0500)
treea0cb6519548b42121a1c0c1665e2165211096569
parente5cc94f13ff2dacb219c8a56fa13853d620ecda6
r11229: an even bigger speedup spotted by Volker.  string_to_sid() is now taking 1/5th
the time it used to.  Replace strcasecmp with invididual char checks for
"S-" sid prefix.
source/lib/util_sid.c