summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2023-01-04 11:29:51 +0100
committerJeremy Allison <jra@samba.org>2023-01-10 00:28:37 +0000
commita71288e86bda43caf6feaff22a36942e6595a971 (patch)
treef65fc7bc70ff373027c607ffcfbe484dad40382b /source3/librpc
parentfdca0558efa7a22e98b851480509d2b7f11df2e0 (diff)
downloadsamba-a71288e86bda43caf6feaff22a36942e6595a971.tar.gz
smbd: Remove smbXsrv_open->db_rec
This was only referenced in smbXsrv_open_close, but it was never assigned anything but NULL. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/smbXsrv.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl
index ec65a5c1a61..e0a751f32de 100644
--- a/source3/librpc/idl/smbXsrv.idl
+++ b/source3/librpc/idl/smbXsrv.idl
@@ -514,7 +514,6 @@ interface smbXsrv
*/
typedef struct {
[ignore] smbXsrv_open_table *table;
- [ignore] db_record *db_rec;
uint32 local_id;
[ref] smbXsrv_open_global0 *global;
NTSTATUS status;