svn commit: samba r15941 - in branches/SAMBA_4_0/source/utils/net: .

mimir at samba.org mimir at samba.org
Mon May 29 22:01:32 GMT 2006


Author: mimir
Date: 2006-05-29 22:01:31 +0000 (Mon, 29 May 2006)
New Revision: 15941

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15941

Log:
We don't use call levels, at the moment. Remove them until we do.


rafal


Modified:
   branches/SAMBA_4_0/source/utils/net/net_user.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/net/net_user.c
===================================================================
--- branches/SAMBA_4_0/source/utils/net/net_user.c	2006-05-29 22:00:46 UTC (rev 15940)
+++ branches/SAMBA_4_0/source/utils/net/net_user.c	2006-05-29 22:01:31 UTC (rev 15941)
@@ -50,7 +50,6 @@
 	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 @@
 	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);
 



More information about the samba-cvs mailing list