]> andersk Git - moira.git/commitdiff
additional arg to get_file()
authormar <mar>
Tue, 22 Sep 1992 13:42:42 +0000 (13:42 +0000)
committermar <mar>
Tue, 22 Sep 1992 13:42:42 +0000 (13:42 +0000)
update/inst_001.c

index a60b9d8981888549717ff5da639beb3b062f8a91..d2860346fe2cc4f5442aa5bc5c6ef761bbe273d7 100644 (file)
@@ -75,7 +75,7 @@ inst_001(str)
     code = send_ok();
     if (code)
        lose("sending ok for file xfer (2)");
-    code = get_file(pathname, file_size, checksum, 0700);
+    code = get_file(pathname, file_size, checksum, 0555, 0);
     if (!code) {
        char buf[BUFSIZ];
        have_instructions = 1;
This page took 0.045422 seconds and 5 git commands to generate.