summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-12 11:47:39 +0200
committerGünther Deschner <gd@samba.org>2008-09-12 14:12:52 +0200
commitcf3d089afa55c3b3b21b2c48aa9941d1d2f3c043 (patch)
tree55df76ec53853c43bb50fba9e595447848c4ee77 /source3
parentf792f87094c4eda453d54b6b4f1d70d88412f451 (diff)
downloadsamba-cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043.tar.gz
samba-cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043.tar.bz2
samba-cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043.zip
netapi: fix NetUserGetLocalGroups.
Guenther (This used to be commit 5d91c9184c27def47f20fc089cc127d780387ed8)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/netapi/user.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/netapi/user.c b/source3/lib/netapi/user.c
index 986c32ad93..7d0c47f331 100644
--- a/source3/lib/netapi/user.c
+++ b/source3/lib/netapi/user.c
@@ -3428,8 +3428,6 @@ WERROR NetUserGetLocalGroups_r(struct libnetapi_ctx *ctx,
}
return werr;
-
- return WERR_NOT_SUPPORTED;
}
/****************************************************************