From cf3d089afa55c3b3b21b2c48aa9941d1d2f3c043 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 12 Sep 2008 11:47:39 +0200 Subject: netapi: fix NetUserGetLocalGroups. Guenther (This used to be commit 5d91c9184c27def47f20fc089cc127d780387ed8) --- source3/lib/netapi/user.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/lib/netapi') 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; } /**************************************************************** -- cgit