]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add a comment explaining server_info in connection_struct
authorVolker Lendecke <vl@samba.org>
Sat, 10 May 2008 09:01:26 +0000 (11:01 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 10 May 2008 09:17:01 +0000 (11:17 +0200)
(This used to be commit 35438a940734340d5d6389ae0551fe3c25902f93)

source3/include/smb.h

index 5248fd2725b8be6bb5354d647a2fc907e47830e6..6ef45070aa75d617f872a334888f753b6a334200 100644 (file)
@@ -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 */