svn commit: samba r15937 - in branches/SAMBA_4_0/source/libnet: .

mimir at samba.org mimir at samba.org
Mon May 29 21:53:59 GMT 2006


Author: mimir
Date: 2006-05-29 21:53:59 +0000 (Mon, 29 May 2006)
New Revision: 15937

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

Log:
Currently, we don't use nor support distinguished call levels, so remove
them until we do such thing. There's no need to complicate things more
at the moment.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/libnet_user.h


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_user.h
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_user.h	2006-05-29 21:44:19 UTC (rev 15936)
+++ branches/SAMBA_4_0/source/libnet/libnet_user.h	2006-05-29 21:53:59 UTC (rev 15937)
@@ -19,15 +19,7 @@
 */
 
 
-enum libnet_CreateUser_level {
-	LIBNET_CREATE_USER_GENERIC,
-	LIBNET_CREATE_USER_SAMR,
-};
-
-
 struct libnet_CreateUser {
-	enum libnet_CreateUser_level level;
-
 	struct {
 		const char *user_name;
 		const char *domain_name;
@@ -37,15 +29,8 @@
 	} out;
 };
 
-enum libnet_DeleteUser_level {
-	LIBNET_DELETE_USER_GENERIC,
-	LIBNET_DELETE_USER_SAMR,
-};
 
-
 struct libnet_DeleteUser {
-	enum libnet_DeleteUser_level level;
-
 	struct {
 		const char *user_name;
 		const char *domain_name;



More information about the samba-cvs mailing list