Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / gnome-vfs / patches / patch-au
blobcae8b6e7b1ab8e09c448a45d4214224ffa2994bf
1 $NetBSD: patch-au,v 1.2 2005/02/26 17:23:01 jmmv Exp $
3 --- modules/sftp-method.c.orig  2005-01-16 15:50:32.000000000 +0100
4 +++ modules/sftp-method.c
5 @@ -2820,11 +2820,12 @@ do_rename (GnomeVFSMethod  *method,
6         buffer_send (&msg, conn->out_fd);
7         buffer_free (&msg);
8  
9 +       res = iobuf_read_result (conn->in_fd, id);
11 + bail:
12         g_free (old_path);
13         g_free (new_path);
15 -       res = iobuf_read_result (conn->in_fd, id);
17         sftp_connection_unref (conn);
18         sftp_connection_unlock (conn);