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

mimir at samba.org mimir at samba.org
Sun May 7 13:12:13 GMT 2006


Author: mimir
Date: 2006-05-07 13:12:12 +0000 (Sun, 07 May 2006)
New Revision: 15488

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

Log:
This structure is not needed any longer.


rafal


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


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_rpc.h
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_rpc.h	2006-05-07 12:51:53 UTC (rev 15487)
+++ branches/SAMBA_4_0/source/libnet/libnet_rpc.h	2006-05-07 13:12:12 UTC (rev 15488)
@@ -48,32 +48,9 @@
 		/* parameters provided in LIBNET_RPC_CONNECT_DC_INFO level, null otherwise */
 		const char *domain_name;
 		struct dom_sid *domain_sid;
+		const char *realm;           /* these parameters are only present if */
+		struct GUID *guid;           /* the remote server is known to be AD */
 
-		/* These parameters are only present if the remote server is known to be AD */
-		const char *realm;
-		struct GUID *guid;
-
 		const char *error_string;
 	} out;
 };
-
-struct libnet_RpcConnectDCInfo {
-	enum libnet_RpcConnect_level level;
-
-	struct {
-		const char *name;
-		const char *binding;
-		const struct dcerpc_interface_table *dcerpc_iface;
-	} in;
-	struct {
-		struct dcerpc_pipe *dcerpc_pipe;
-		struct dom_sid *domain_sid;
-		const char *domain_name;
-
-		/* These parameters only present if the remote server is known to be AD */
-		const char *realm;
-		struct GUID *guid;
-
-		const char *error_string;
-	} out;
-};



More information about the samba-cvs mailing list