]> git.marmaro.de Git - mmh/blobdiff - uip/packf.c
If rcvpack missed file argument, it prints to stdout; Removed unused code.
[mmh] / uip / packf.c
index 071cc3d00bfe6c5f1ad7f819cbdf8c36ce0cf0ca..fc7fcba0337f404be5aa9d8038e3cfb8c430bf95 100644 (file)
@@ -145,8 +145,7 @@ main(int argc, char **argv)
                                break;
                        }
 
-                       if (mbx_copy(file, md, fd, NULL, 1)
-                                       == NOTOK)
+                       if (mbx_copy(md, fd) == NOTOK)
                                adios(file, "error writing to file");
 
                        close(fd);