From: Günther Deschner Date: Fri, 12 Sep 2008 09:47:39 +0000 (+0200) Subject: netapi: fix NetUserGetLocalGroups. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d91c9184c27def47f20fc089cc127d780387ed8;p=thirdparty%2Fsamba.git netapi: fix NetUserGetLocalGroups. Guenther --- diff --git a/source/lib/netapi/user.c b/source/lib/netapi/user.c index 986c32ad930..7d0c47f331a 100644 --- a/source/lib/netapi/user.c +++ b/source/lib/netapi/user.c @@ -3428,8 +3428,6 @@ WERROR NetUserGetLocalGroups_r(struct libnetapi_ctx *ctx, } return werr; - - return WERR_NOT_SUPPORTED; } /****************************************************************