summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/smb_server/smb_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 666eb3491b..29dc93acd2 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -219,7 +219,7 @@ struct smbsrv_connection {
struct smbsrv_tcon *tcons;
/* an id tree used to allocate tids */
- void *idtree_tid;
+ struct idr_context *idtree_tid;
} tree;
/* the context associated with open files on an smb socket */