]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:libcli/smb_composite: remove unused struct smb_composite_connectmulti
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Apr 2025 17:16:48 +0000 (19:16 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 18 Apr 2025 10:17:28 +0000 (10:17 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source4/libcli/smb_composite/smb_composite.h

index b41cf98d60976c5f598782dcea9b498978c6e124..781c85954d130154b7f2ed396d8946d02c3bfe41 100644 (file)
@@ -243,24 +243,6 @@ NTSTATUS smb_composite_appendacl(struct smbcli_tree *tree,
                                TALLOC_CTX *mem_ctx,
                                struct smb_composite_appendacl *io);
 
-/*
-  a composite API to fire connect() calls to multiple targets, picking the
-  first one.
-*/
-
-struct smb_composite_connectmulti {
-       struct {
-               int num_dests;
-               const char **hostnames;
-               const char **addresses;
-               int *ports;     /* Either NULL for lpcfg_smb_ports() per
-                                * destination or a list of explicit ports */
-       } in;
-       struct {
-               struct smbcli_socket *socket;
-       } out;
-};
-
 struct smbcli_session;
 struct resolve_context;