Remove another use of global_loadparm.
[kai/samba.git] / source4 / libcli / smb_composite / smb_composite.h
index 431733d600dc69eaffd86952882a5543c180799f..a1e1e99d7e9e5bccb6219b6704b91712d882cfe7 100644 (file)
@@ -61,6 +61,7 @@ struct smb_composite_fetchfile {
                struct smbcli_session_options session_options;
                struct resolve_context *resolve_ctx;
                struct smb_iconv_convenience *iconv_convenience;
+               struct gensec_settings *gensec_settings;
        } in;
        struct {
                uint8_t *data;
@@ -104,6 +105,7 @@ struct smb_composite_connect {
                struct smbcli_options options;
                struct smbcli_session_options session_options;
                struct smb_iconv_convenience *iconv_convenience;
+               struct gensec_settings *gensec_settings;
        } in;
        struct {
                struct smbcli_tree *tree;
@@ -144,6 +146,7 @@ struct smb_composite_fsinfo {
                const char *workgroup;
                enum smb_fsinfo_level level;
                struct smb_iconv_convenience *iconv_convenience;
+               struct gensec_settings *gensec_settings;
        } in;
        
        struct {