mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
s3:mdssvc: remove unused snum from struct sl_query
Looks like this was never used, it's also available via mds_ctx->snum. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
@ -84,7 +84,6 @@ struct sl_query {
|
||||
struct timeval last_used; /* Time of last result fetch */
|
||||
struct timeval expire_time; /* Query expiration time */
|
||||
struct tevent_timer *te; /* query timeout */
|
||||
int snum; /* share snum */
|
||||
uint64_t ctx1; /* client context 1 */
|
||||
uint64_t ctx2; /* client context 2 */
|
||||
sl_array_t *reqinfo; /* array with requested metadata */
|
||||
|
Reference in New Issue
Block a user