diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/smb_server/smb_server.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index 803de3e711..ab24381026 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -104,8 +104,6 @@ struct smbsrv_tcon { uint32_t tid; /* an index passed over the wire (the TID) */ int service; - BOOL read_only; - BOOL admin_user; /* the NTVFS context - see source/ntvfs/ for details */ struct ntvfs_context *ntvfs_ctx; |