summaryrefslogtreecommitdiff
path: root/source4/lib/util_sid.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-23 00:30:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:53 -0500
commitf11cc69df34c39f545669eb83b0dbf23227db558 (patch)
tree5ff0a84ff0a0f73480e333fa95002d78ba5c509e /source4/lib/util_sid.c
parentbf52e242f53aeaac33eea69fbdfb3477634b90fb (diff)
downloadsamba-f11cc69df34c39f545669eb83b0dbf23227db558.tar.gz
samba-f11cc69df34c39f545669eb83b0dbf23227db558.tar.bz2
samba-f11cc69df34c39f545669eb83b0dbf23227db558.zip
r826: removed a pile of old code, in preparation for a new ACL handling system. I'd like to get rid of DOM_SID completely soon
(This used to be commit e306e27cf333e176195a47b19e3de591b4a59650)
Diffstat (limited to 'source4/lib/util_sid.c')
-rw-r--r--source4/lib/util_sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util_sid.c b/source4/lib/util_sid.c
index 5ce72a6f51..56f5abd611 100644
--- a/source4/lib/util_sid.c
+++ b/source4/lib/util_sid.c
@@ -289,7 +289,7 @@ size_t sid_size(const struct dom_sid *sid)
}
/*****************************************************************
- Return the binary string representation of a DOM_SID.
+ Return the binary string representation of a struct dom_sid.
Caller must free.
*****************************************************************/