summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/group.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 12:54:17 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:42 +0200
commitb01a0a16a6dc167bf25fb2f90cb7d7a4471194c2 (patch)
tree0925e8e7f255bcf336e2a417e4fec175bdec89da /source3/lib/netapi/group.c
parente11081a672251fa0bd5b494cf7790954d19a1be1 (diff)
downloadsamba-b01a0a16a6dc167bf25fb2f90cb7d7a4471194c2.tar.gz
samba-b01a0a16a6dc167bf25fb2f90cb7d7a4471194c2.tar.bz2
samba-b01a0a16a6dc167bf25fb2f90cb7d7a4471194c2.zip
netapi: Add dummy implementation of NetGroupSetInfo().
Guenther (This used to be commit 7e47bdc0829d7ac856028a99389310f721a265ce)
Diffstat (limited to 'source3/lib/netapi/group.c')
-rw-r--r--source3/lib/netapi/group.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/source3/lib/netapi/group.c b/source3/lib/netapi/group.c
index b47e099ce6..7eb6d7c840 100644
--- a/source3/lib/netapi/group.c
+++ b/source3/lib/netapi/group.c
@@ -494,3 +494,21 @@ WERROR NetGroupDel_l(struct libnetapi_ctx *ctx,
{
return NetGroupDel_r(ctx, r);
}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetGroupSetInfo_r(struct libnetapi_ctx *ctx,
+ struct NetGroupSetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetGroupSetInfo_l(struct libnetapi_ctx *ctx,
+ struct NetGroupSetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}