summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-08-25 23:20:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:30 -0500
commitdb2ffe10f9283c86f95ae76d38c21916065a4b87 (patch)
tree87c016dafda1d915a5452e230f24c1550af9dd02 /source3/smbd/service.c
parentbf645415f6a611d71eb07e9ebd9f005a02720a6d (diff)
downloadsamba-db2ffe10f9283c86f95ae76d38c21916065a4b87.tar.gz
samba-db2ffe10f9283c86f95ae76d38c21916065a4b87.tar.bz2
samba-db2ffe10f9283c86f95ae76d38c21916065a4b87.zip
r2076: Removed old dir caching code - not being used now we have the
statcache anyway. New dir caching will be done on nanosecond timestamps. Jeremy. (This used to be commit ba473a580245430009245a4c8b8dcaf9fc4b6406)
Diffstat (limited to 'source3/smbd/service.c')
-rw-r--r--source3/smbd/service.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 794b5332ac..5ebd772aa1 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -821,8 +821,6 @@ close a cnum
****************************************************************************/
void close_cnum(connection_struct *conn, uint16 vuid)
{
- DirCacheFlush(SNUM(conn));
-
if (IS_IPC(conn)) {
pipe_close_conn(conn);
} else {