summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-16 16:14:47 +0200
committerGünther Deschner <gd@samba.org>2008-07-17 10:37:12 +0200
commit89f4e869b657b6c92f84741bc1cdebbabe4dd72d (patch)
tree75d8301445806ece600414c9c05055840655e2ed /source3/lib/netapi/netapi.h
parent4d387af3058ecc0c9e3f8b3711c46adef335d6dc (diff)
downloadsamba-89f4e869b657b6c92f84741bc1cdebbabe4dd72d.tar.gz
samba-89f4e869b657b6c92f84741bc1cdebbabe4dd72d.tar.bz2
samba-89f4e869b657b6c92f84741bc1cdebbabe4dd72d.zip
netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.
Guenther (This used to be commit f2875677194f440ffebf18e6f5171be948114353)
Diffstat (limited to 'source3/lib/netapi/netapi.h')
-rw-r--r--source3/lib/netapi/netapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h
index 086a9a9fca..f6345afe67 100644
--- a/source3/lib/netapi/netapi.h
+++ b/source3/lib/netapi/netapi.h
@@ -138,7 +138,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;
uint32_t grpi3_attributes;
};