r11228: Speed up string_to_sid by removing next_token calls, thus eliminating
authorJim McDonough <jmcd@samba.org>
Thu, 20 Oct 2005 15:09:41 +0000 (15:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:07 +0000 (11:05 -0500)
commit87d6e590f261ca6137fcaa115fcb5d6b00ed447e
tree2b27ea058d76db7dd0c0d0d47f54a1316caa04e6
parentf1195329a7f4401af730033c4d8d5570b42c2780
r11228: Speed up string_to_sid by removing next_token calls, thus eliminating
the need for allocating memory to duplicate the string.
(This used to be commit e5cc94f13ff2dacb219c8a56fa13853d620ecda6)
source3/lib/util_sid.c