mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
Add a comment explaining server_info in connection_struct
(This used to be commit 35438a940734340d5d6389ae0551fe3c25902f93)
This commit is contained in:
parent
53a623d8a6
commit
66835ba2b7
@ -624,6 +624,10 @@ typedef struct connection_struct {
|
||||
struct vfs_ops vfs_opaque; /* OPAQUE Filesystem operations */
|
||||
struct vfs_handle_struct *vfs_handles; /* for the new plugins */
|
||||
|
||||
/*
|
||||
* This represents the user information on this connection. Depending
|
||||
* on the vuid using this tid, this might change per SMB request.
|
||||
*/
|
||||
struct auth_serversupplied_info *server_info;
|
||||
|
||||
char *user; /* name of user who *opened* this connection */
|
||||
|
Loading…
x
Reference in New Issue
Block a user