mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3: smbd: globals - remove dirhandles_open from internal search struct.
It wasn't used for SMB2 anyway, and isn't useful for anything. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
d9d00ad068
commit
e21b75168d
@ -879,7 +879,6 @@ struct smbd_server_connection {
|
||||
struct {
|
||||
struct bitmap *dptr_bmap;
|
||||
struct dptr_struct *dirptrs;
|
||||
int dirhandles_open;
|
||||
} searches;
|
||||
|
||||
uint64_t num_requests;
|
||||
|
Loading…
x
Reference in New Issue
Block a user