diff options
Diffstat (limited to 'source4/lib/util_sid.c')
-rw-r--r-- | source4/lib/util_sid.c | 2 |
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. *****************************************************************/ |