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

index a8b85856d7882c29980c1b270229784dc9b9c77a..3884bf8d7747c2a507ce7e98063a312e29d7bd8b 100644 (file)
@@ -162,14 +162,14 @@ char *instructions;
        goto update_failed;
     }
     
-    code = send_file(pathname, target_path);
+    code = send_file(pathname, target_path, 0);
     if (code)
       goto update_failed;
 
     /* send instructions for installation */
     strcpy(buf, "/tmp/moira-update.XXXXXX");
     mktemp(buf);
-    code = send_file(instructions, buf);
+    code = send_file(instructions, buf, 0);
     if (code)
       goto update_failed;
 
This page took 0.185579 seconds and 5 git commands to generate.