diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 6ef45070aa..1d6aba9b69 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -630,7 +630,6 @@ typedef struct connection_struct { */ struct auth_serversupplied_info *server_info; - char *user; /* name of user who *opened* this connection */ char client_address[INET6_ADDRSTRLEN]; /* String version of client IP address. */ uint16 vuid; /* vuid of user who *opened* this connection, or UID_FIELD_INVALID */ |