diff options
author | Günther Deschner <gd@samba.org> | 2008-09-12 11:47:39 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-12 14:12:52 +0200 |
commit | cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043 (patch) | |
tree | 55df76ec53853c43bb50fba9e595447848c4ee77 | |
parent | f792f87094c4eda453d54b6b4f1d70d88412f451 (diff) | |
download | samba-cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043.tar.gz samba-cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043.tar.bz2 samba-cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043.zip |
netapi: fix NetUserGetLocalGroups.
Guenther
(This used to be commit 5d91c9184c27def47f20fc089cc127d780387ed8)
-rw-r--r-- | source3/lib/netapi/user.c | 2 |
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; } /**************************************************************** |