diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-22 06:57:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:25 -0500 |
commit | 7d30e54927e75cc38520005d5f713dfd5dd1a8b1 (patch) | |
tree | 72c8d7ee960a0ff3a83b6f1b064b0aa7e7c1fb8a | |
parent | f71e7ae1e34510081c393f5ae73a279e8c4d0641 (diff) | |
download | samba-7d30e54927e75cc38520005d5f713dfd5dd1a8b1.tar.gz samba-7d30e54927e75cc38520005d5f713dfd5dd1a8b1.tar.bz2 samba-7d30e54927e75cc38520005d5f713dfd5dd1a8b1.zip |
r3134: use struct idr_context * in tid allocation
(This used to be commit 3ea9445226a678b410bf565ec114a3c544f8ade3)
-rw-r--r-- | source4/smb_server/smb_server.h | 2 |
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 */ |