s3:fix an outdated comment.
authorMichael Adam <obnox@samba.org>
Thu, 17 Jun 2010 19:28:54 +0000 (21:28 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 21 Jun 2010 10:38:25 +0000 (12:38 +0200)
source3/lib/util_sid.c

index e59b276977ec48686aa76183d8efa1e40b124c02..74b38de2a40b3f5996710322db3d47f0b33f21c9 100644 (file)
@@ -170,11 +170,8 @@ char *sid_to_fstring(fstring sidstr_out, const struct dom_sid *sid)
 }
 
 /*****************************************************************
- Essentially a renamed dom_sid_string from librpc/ndr with a
- panic if it didn't work
-
- This introduces a dependency on librpc/ndr/sid.o which can easily
- be turned around if necessary
+ Essentially a renamed dom_sid_string from
+ ../libcli/security/dom_sid.c with a panic if it didn't work.
 *****************************************************************/
 
 char *sid_string_talloc(TALLOC_CTX *mem_ctx, const struct dom_sid *sid)