diff options
author | Michael Adam <obnox@samba.org> | 2010-06-17 21:28:54 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-06-21 12:38:25 +0200 |
commit | e78f2b2e1eebed6950c5c99954d57bfb59c48a11 (patch) | |
tree | b87e200898cebc96fc3a1bbee94948af30516c51 /source3/lib | |
parent | 3f99ff104a210bd307818746da922408f151cd18 (diff) | |
download | samba-e78f2b2e1eebed6950c5c99954d57bfb59c48a11.tar.gz samba-e78f2b2e1eebed6950c5c99954d57bfb59c48a11.tar.bz2 samba-e78f2b2e1eebed6950c5c99954d57bfb59c48a11.zip |
s3:fix an outdated comment.
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sid.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index e59b276977..74b38de2a4 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) |