From 184f0512e6f30a5cff1c9c7c810d91552823e9af Mon Sep 17 00:00:00 2001 From: mar Date: Tue, 25 Aug 1992 14:39:41 +0000 Subject: [PATCH] pass the mode to get_file --- update/xfer_002.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/xfer_002.c b/update/xfer_002.c index 3b00c924..23e4da7b 100644 --- a/update/xfer_002.c +++ b/update/xfer_002.c @@ -85,7 +85,7 @@ xfer_002(str) code = send_ok(); if (code) lose("sending ok for file xfer (2)"); - code = get_file(pathname, file_size, checksum); + code = get_file(pathname, file_size, checksum, 0700); if (!code) { char buf[BUFSIZ]; have_file = 1; -- 2.45.2