From 7d30e54927e75cc38520005d5f713dfd5dd1a8b1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 22 Oct 2004 06:57:31 +0000 Subject: r3134: use struct idr_context * in tid allocation (This used to be commit 3ea9445226a678b410bf565ec114a3c544f8ade3) --- source4/smb_server/smb_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 */ -- cgit