1
0
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:
Jeremy Allison 2019-07-08 15:16:21 -07:00
parent d9d00ad068
commit e21b75168d

View File

@ -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;