mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
s3:smbd:smb2: fix prototype of make_connection_smb2() to use smbXsrv_tcon
instead of internal smbXsrv_tcon0.
This commit is contained in:
parent
98ccca8dca
commit
8a32d62abc
@ -975,9 +975,8 @@ bool set_current_service(connection_struct *conn, uint16 flags, bool do_chdir);
|
||||
void load_registry_shares(void);
|
||||
int add_home_service(const char *service, const char *username, const char *homedir);
|
||||
int find_service(TALLOC_CTX *ctx, const char *service, char **p_service_out);
|
||||
struct smbXsrv_tcon0;
|
||||
connection_struct *make_connection_smb2(struct smbd_server_connection *sconn,
|
||||
struct smbXsrv_tcon0 *tcon,
|
||||
struct smbXsrv_tcon *tcon,
|
||||
int snum,
|
||||
struct user_struct *vuser,
|
||||
const char *pdev,
|
||||
|
Loading…
x
Reference in New Issue
Block a user