summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uucico/xcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/uucico/xcmd.c')
-rw-r--r--gnu/libexec/uucp/uucico/xcmd.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/libexec/uucp/uucico/xcmd.c b/gnu/libexec/uucp/uucico/xcmd.c
index b563a53..a02411a 100644
--- a/gnu/libexec/uucp/uucico/xcmd.c
+++ b/gnu/libexec/uucp/uucico/xcmd.c
@@ -1,7 +1,7 @@
/* xcmd.c
Routines to handle work requests.
- Copyright (C) 1991, 1992, 1993 Ian Lance Taylor
+ Copyright (C) 1991, 1992, 1993, 1995 Ian Lance Taylor
This file is part of the Taylor UUCP package.
@@ -17,16 +17,16 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
The author of the program may be contacted at ian@airs.com or
- c/o Cygnus Support, Building 200, 1 Kendall Square, Cambridge, MA 02139.
+ c/o Cygnus Support, 48 Grove Street, Somerville, MA 02144.
*/
#include "uucp.h"
#if USE_RCS_ID
-const char xcmd_rcsid[] = "$Id: xcmd.c,v 1.14 1994/04/04 03:25:12 ian Rel $";
+const char xcmd_rcsid[] = "$Id: xcmd.c,v 1.19 1995/06/21 20:20:42 ian Rel $";
#endif
#include <errno.h>
@@ -97,8 +97,8 @@ flocal_xcmd_request (qtrans, qdaemon)
qtrans->iremote);
ubuffree (zsend);
- if (! fret)
- utransfree (qtrans);
+ /* If fret is FALSE, we should free qtrans here, but see the comment
+ at the end of flocal_rec_send_request. */
return fret;
}
@@ -330,7 +330,7 @@ fremote_xcmd_init (qdaemon, qcmd, iremote)
/* Copy the file either to the final destination or to the
spool directory. */
- if (! fcopy_file (zfile, zto, qdestsys == NULL, fmkdirs))
+ if (! fcopy_file (zfile, zto, qdestsys == NULL, fmkdirs, FALSE))
{
ubuffree (zto);
break;
OpenPOWER on IntegriCloud