r15488: This structure is not needed any longer.
authorRafal Szczesniak <mimir@samba.org>
Sun, 7 May 2006 13:12:12 +0000 (13:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:40 +0000 (14:05 -0500)
rafal
(This used to be commit 45cd7bc4ec152c8623c134c6f33bcd3edbb1ff5e)

source4/libnet/libnet_rpc.h

index 33eaafc851568e6b94262198c43f79101b4d9b27..d77763d2a36af5d80e75a38c42b72e7e2d85cd24 100644 (file)
@@ -48,31 +48,8 @@ struct libnet_RpcConnect {
                /* parameters provided in LIBNET_RPC_CONNECT_DC_INFO level, null otherwise */
                const char *domain_name;
                struct dom_sid *domain_sid;
-
-               /* 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 *realm;           /* these parameters are only present if */
+               struct GUID *guid;           /* the remote server is known to be AD */
 
                const char *error_string;
        } out;