string_to_sid was using next_token() this is bad as it stops you from
authorLuke Leighton <lkcl@samba.org>
Wed, 2 Dec 1998 16:01:40 +0000 (16:01 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 2 Dec 1998 16:01:40 +0000 (16:01 +0000)
commit137f9c7042678bbc4b4a351364eb3819677183bd
treec69f889949f69475ba2511ee3b4d41fcfdf76f7c
parent87f4eea1099866c374d6c125c5cb61ec651bc223
string_to_sid was using next_token() this is bad as it stops you from
being able to use next_token() outside of string_to_sid calls.
use strchr instead
(This used to be commit 1c478ca1723558cc5dde693b4abacb56bd98cd43)
source3/lib/util_sid.c