]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove an unused struct member
authorVolker Lendecke <vl@samba.org>
Fri, 7 Nov 2025 12:01:33 +0000 (13:01 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Nov 2025 13:29:30 +0000 (13:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/smbd/dir.c

index 04839f006def27a0c9fe147a4bd497ceb6f9fd9b..c00fed20795470a4ccb177d894eea33858d467e5 100644 (file)
@@ -62,7 +62,6 @@ struct dptr_struct {
        bool has_wild; /* Set to true if the wcard entry has MS wildcard characters in it. */
        bool did_stat; /* Optimisation for non-wcard searches. */
        bool priv;     /* Directory handle opened with privilege. */
-       uint32_t counter;
 
        char *last_name_sent;   /* for name-based trans2 resume */