mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s3: Remove smbd_server_conn from file_close_user
This commit is contained in:
@ -4754,7 +4754,7 @@ void file_close_conn(connection_struct *conn);
|
||||
void file_close_pid(struct smbd_server_connection *sconn, uint16 smbpid,
|
||||
int vuid);
|
||||
void file_init(void);
|
||||
void file_close_user(int vuid);
|
||||
void file_close_user(struct smbd_server_connection *sconn, int vuid);
|
||||
struct files_struct *files_forall(
|
||||
struct files_struct *(*fn)(struct files_struct *fsp,
|
||||
void *private_data),
|
||||
|
Reference in New Issue
Block a user