Commit 29110570 authored by Andrew Tridgell's avatar Andrew Tridgell

removed some debug code

parent 3e607d23
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment