From 5d91c9184c27def47f20fc089cc127d780387ed8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 12 Sep 2008 11:47:39 +0200 Subject: [PATCH] netapi: fix NetUserGetLocalGroups. Guenther --- source/lib/netapi/user.c | 2 -- 1 file changed, 2 deletions(-) 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; } /**************************************************************** -- 2.47.2