From: Michael Adam Date: Thu, 17 Jun 2010 19:28:54 +0000 (+0200) Subject: s3:fix an outdated comment. X-Git-Tag: release-3-6-0pre1~810 X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=commitdiff_plain;h=e78f2b2e1eebed6950c5c99954d57bfb59c48a11 s3:fix an outdated comment. --- diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index e59b276977e..74b38de2a40 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -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)