diff options
author | Günther Deschner <gd@samba.org> | 2008-07-16 16:13:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-17 10:37:03 +0200 |
commit | 4d387af3058ecc0c9e3f8b3711c46adef335d6dc (patch) | |
tree | 9639bdbf74ee6c1b2fda4e3167710baec622d3eb /source3/librpc | |
parent | 9fb49152012e64db9935ef558bed6df97f1a2ff2 (diff) | |
download | samba-4d387af3058ecc0c9e3f8b3711c46adef335d6dc.tar.gz samba-4d387af3058ecc0c9e3f8b3711c46adef335d6dc.tar.bz2 samba-4d387af3058ecc0c9e3f8b3711c46adef335d6dc.zip |
re-run make idl.
Guenther
(This used to be commit d9e9e64ad9749361c898d7853906d1aaf2dad59c)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/gen_ndr/libnetapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h index a39a23e738..5c305acb09 100644 --- a/source3/librpc/gen_ndr/libnetapi.h +++ b/source3/librpc/gen_ndr/libnetapi.h @@ -108,7 +108,7 @@ struct GROUP_INFO_2 { struct GROUP_INFO_3 { const char * grpi3_name; const char * grpi3_comment; - struct domsid grpi3_group_sid; + struct domsid *grpi3_group_sid;/* [unique] */ uint32_t grpi3_attributes; }; |