summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/unixinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/unixinfo.h')
-rw-r--r--source3/librpc/gen_ndr/unixinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h
index 8ebadc796b..61747aeb9d 100644
--- a/source3/librpc/gen_ndr/unixinfo.h
+++ b/source3/librpc/gen_ndr/unixinfo.h
@@ -30,7 +30,7 @@ struct unixinfo_UidToSid {
} in;
struct {
- struct dom_sid *sid;/* [unique] */
+ struct dom_sid *sid;/* [ref] */
NTSTATUS result;
} out;
@@ -56,7 +56,7 @@ struct unixinfo_GidToSid {
} in;
struct {
- struct dom_sid *sid;/* [unique] */
+ struct dom_sid *sid;/* [ref] */
NTSTATUS result;
} out;