diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-10 12:54:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-10 12:54:18 +0000 |
commit | df72a6aedc806f7d096db696d5f8d3a3150cee55 (patch) | |
tree | b77f5270cc52048662a87486f7cad2794ad76012 /source3 | |
parent | 001765501ed5dcc9e3c29d9f662c428e2a66187a (diff) | |
download | samba-df72a6aedc806f7d096db696d5f8d3a3150cee55.tar.gz samba-df72a6aedc806f7d096db696d5f8d3a3150cee55.tar.bz2 samba-df72a6aedc806f7d096db696d5f8d3a3150cee55.zip |
removed the read prediction code from the head branch. I think the
idea is fundamentally flawed anyway and it has been disabled for a
long time.
(This used to be commit 08de67ced40d563ee468f40faa81a88f12a1ecc1)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index e61dbe1c17..218ba5feac 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -154,7 +154,7 @@ PROFILE_OBJ = profile/profile.o SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \ smbd/ipc.o smbd/mangle.o smbd/negprot.o \ - smbd/message.o smbd/nttrans.o smbd/pipes.o smbd/predict.o \ + smbd/message.o smbd/nttrans.o smbd/pipes.o \ smbd/$(QUOTAOBJS) smbd/reply.o smbd/trans2.o smbd/uid.o \ smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \ smbd/vfs.o smbd/vfs-wrap.o \ |