removed some debug code
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 May 1998 14:01:04 +0000 (14:01 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 May 1998 14:01:04 +0000 (14:01 +0000)
flist.c

diff --git a/flist.c b/flist.c
index e120f80575794226e29638a65e11fa239d290a22..cf4015191040e4d705a9c990fefa5001ad8f7af9 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -403,10 +403,6 @@ static struct file_struct *make_file(char *fname)
 
        file->modtime = st.st_mtime;
        file->length = st.st_size;
-#if TRIDGE
-       if (st.st_size == 71036)
-               file->length += 7000;
-#endif
        file->mode = st.st_mode;
        file->uid = st.st_uid;
        file->gid = st.st_gid;