summaryrefslogtreecommitdiff
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
commit5d91c9184c27def47f20fc089cc127d780387ed8 (patch)
tree5b318d5fee6aab3783e96c427bf8aa3384d7a223
parenta94318be4656a668be0295988ed0743105d830c9 (diff)
downloadsamba-5d91c9184c27def47f20fc089cc127d780387ed8.tar.gz
netapi: fix NetUserGetLocalGroups.
Guenther
-rw-r--r--source/lib/netapi/user.c2
1 files changed, 0 insertions, 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;
}
/****************************************************************