summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-08 16:06:42 +0200
committerVolker Lendecke <vl@samba.org>2008-05-10 11:17:01 +0200
commit5bda9a8af02c7889e15e580a5620689aa312a16a (patch)
tree598d0b811b48bedca3140ac43fad2ec5aa999dcc /source3/include/smb.h
parent66835ba2b70935be226e9049cf82182719ffa4bf (diff)
downloadsamba-5bda9a8af02c7889e15e580a5620689aa312a16a.tar.gz
samba-5bda9a8af02c7889e15e580a5620689aa312a16a.tar.bz2
samba-5bda9a8af02c7889e15e580a5620689aa312a16a.zip
Remove "user" from connection_struct
(This used to be commit 368454a27cb53a408ec416cbf37235b304592fb5)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
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 */