summaryrefslogtreecommitdiff
path: root/source4/utils/net
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-05-29 22:01:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:42 -0500
commit787d67c2cd780656cb5e6c0884c485f287b72c49 (patch)
treedc9ea4fd9732cafb54aedf97814127b23caa106b /source4/utils/net
parentf40a2e97866bbb80ad7c92afc4dce31e778885c3 (diff)
downloadsamba-787d67c2cd780656cb5e6c0884c485f287b72c49.tar.gz
samba-787d67c2cd780656cb5e6c0884c485f287b72c49.tar.bz2
samba-787d67c2cd780656cb5e6c0884c485f287b72c49.zip
r15941: We don't use call levels, at the moment. Remove them until we do.
rafal (This used to be commit 592387a769521d221a89d374ef72c6123160cfed)
Diffstat (limited to 'source4/utils/net')
-rw-r--r--source4/utils/net/net_user.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/utils/net/net_user.c b/source4/utils/net/net_user.c
index 75eec9716d..7bb6fa3d61 100644
--- a/source4/utils/net/net_user.c
+++ b/source4/utils/net/net_user.c
@@ -50,7 +50,6 @@ static int net_user_add(struct net_context *ctx, int argc, const char **argv)
lnet_ctx->cred = ctx->credentials;
/* calling CreateUser function */
- r.level = LIBNET_CREATE_USER_GENERIC;
r.in.user_name = user_name;
r.in.domain_name = cli_credentials_get_domain(lnet_ctx->cred);
@@ -91,7 +90,6 @@ static int net_user_delete(struct net_context *ctx, int argc, const char **argv)
lnet_ctx->cred = ctx->credentials;
/* calling DeleteUser function */
- r.level = LIBNET_DELETE_USER_GENERIC;
r.in.user_name = user_name;
r.in.domain_name = cli_credentials_get_domain(lnet_ctx->cred);