removed the read prediction code from the head branch. I think the
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Apr 2000 12:54:18 +0000 (12:54 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Apr 2000 12:54:18 +0000 (12:54 +0000)
idea is fundamentally flawed anyway and it has been disabled for a
long time.

source/Makefile.in

index e61dbe1c174b5dcabd4011f7093768c074d7106e..218ba5feac02fd46dbe04c3a71b7f3ffe3234b74 100644 (file)
@@ -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 \