summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-05 00:19:39 +0100
committerGünther Deschner <gd@samba.org>2009-02-05 00:47:06 +0100
commit7c3ba347883bbe83184d8420484badbd9f0c8178 (patch)
treea10c78d37278d4df2df7d2bcd88b0ad4476790b9 /source3/utils
parent0016c57ca147566b93d8233adfae2060331e0527 (diff)
downloadsamba-7c3ba347883bbe83184d8420484badbd9f0c8178.tar.gz
samba-7c3ba347883bbe83184d8420484badbd9f0c8178.tar.bz2
samba-7c3ba347883bbe83184d8420484badbd9f0c8178.zip
s3: use samr_RidWithAttribute instead of DOM_GID.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index e6b46ce898..c54d479413 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -1393,7 +1393,7 @@ static NTSTATUS rpc_group_delete_internals(struct net_context *c,
struct samr_RidTypeArray *rids = NULL;
/* char **names; */
int i;
- /* DOM_GID *user_gids; */
+ /* struct samr_RidWithAttribute *user_gids; */
struct samr_Ids group_rids, name_types;
struct lsa_String lsa_acct_name;